#141035

Color #141035 Jaguar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaguar #141035

Tints of Jaguar #141035

Color information

#141035 (or 0x141035) is unknown color: approx Jaguar. HEX triplet: 14, 10 and 35. RGB value is (20,16,53). Sum of RGB (Red+Green+Blue) = 20+16+53=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 53 (21.09% from 255 or 59.55% from 89); Max value from RGB is 53 - color contains mainly: blue. Hex color #141035 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141035 is #EBEFCA. Grayscale: #151515. Windows color (decimal): -15462347 or 3477524. OLE color: 3477524.

HSL color Cylindrical-coordinate representation of color #141035: hue angle of 246.49º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #141035 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB201653-
CMYK0.620.7000.79
HSL246.49º53.62%13.53%-
HSV(B)246.49º69.81%20.78%-
XYZ1.120.783.46-
YUV21.41145.83126.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 22.47%
GREEN value IS 16 (6.64% from 255) = 17.98%
BLUE value IS 53 (21.09% from 255) = 59.55%
R=22.47%
G=17.98%
B=59.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2016530.620.7000.79246.4953.6213.53
Hex1410353E4604Ff636e
Octal2420657610601173666616
Binary1010010000110101111110100011001001111111101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141035; }

 p { color: rgb(20,16,53); }

 H1.HeaderClassName
 {
   color: #141035;
 }
 .AnyTagClassName
 {
   color: #141035;
 }
</style>
background-color css

<style>
 a { background-color: #141035; }

 a { background-color: rgb(20,16,53); }

 div.DivClassName
 {
   background-color: #141035;
 }
 .BgClassName
 {
   background-color: #141035;
 }
</style>
border-color css

<style>
 span { border-color: #141035; }

 span { border-color: rgb(20,16,53); }

 td.TdClassName
 {
   border-color: #141035;
 }
 .TagClassName
 {
   border-color: #141035;
 }
</style>