#141129

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

Shades of Jaguar #141129

Tints of Jaguar #141129

Color information

#141129 (or 0x141129) is unknown color: approx Jaguar. HEX triplet: 14, 11 and 29. RGB value is (20,17,41). Sum of RGB (Red+Green+Blue) = 20+17+41=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 41 (16.41% from 255 or 52.56% from 78); Max value from RGB is 41 - color contains mainly: blue. Hex color #141129 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141129 is #EBEED6. Grayscale: #141414. Windows color (decimal): -15462103 or 2691348. OLE color: 2691348.

HSL color Cylindrical-coordinate representation of color #141129: hue angle of 247.5º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #141129 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB201741-
CMYK0.510.5900.84
HSL247.5º41.38%11.37%-
HSV(B)247.5º58.54%16.08%-
XYZ0.890.712.19-
YUV20.63139.49127.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.64%
GREEN value IS 17 (7.03% from 255) = 21.79%
BLUE value IS 41 (16.41% from 255) = 52.56%
R=25.64%
G=21.79%
B=52.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2017410.510.5900.84247.541.3811.37
Hex141129333B054f829b
Octal242151637301243705113
Binary101001000110100111001111101101010100111110001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141129; }

 p { color: rgb(20,17,41); }

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

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

 a { background-color: rgb(20,17,41); }

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

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

 span { border-color: rgb(20,17,41); }

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