#141120

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

Shades of Jaguar #141120

Tints of Jaguar #141120

Color information

#141120 (or 0x141120) is unknown color: approx Jaguar. HEX triplet: 14, 11 and 20. RGB value is (20,17,32). Sum of RGB (Red+Green+Blue) = 20+17+32=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 32 (12.89% from 255 or 46.38% from 69); Max value from RGB is 32 - color contains mainly: blue. Hex color #141120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141120 is #EBEEDF. Grayscale: #131313. Windows color (decimal): -15462112 or 2101524. OLE color: 2101524.

HSL color Cylindrical-coordinate representation of color #141120: hue angle of 252º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #141120 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB201732-
CMYK0.370.4700.87
HSL252º30.61%9.61%-
HSV(B)252º46.88%12.55%-
XYZ0.750.651.45-
YUV19.61134.99128.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.99%
GREEN value IS 17 (7.03% from 255) = 24.64%
BLUE value IS 32 (12.89% from 255) = 46.38%
R=28.99%
G=24.64%
B=46.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2017320.370.4700.8725230.619.61
Hex141120252F057fc1fa
Octal242140455701273743712
Binary10100100011000001001011011110101011111111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141120; }

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

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

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

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

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

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

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

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