#120E24

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

Shades of Jaguar #120E24

Tints of Jaguar #120E24

Color information

#120E24 (or 0x120E24) is unknown color: approx Jaguar. HEX triplet: 12, 0E and 24. RGB value is (18,14,36). Sum of RGB (Red+Green+Blue) = 18+14+36=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 14 (5.86% from 255 or 20.59% from 68); Blue value is 36 (14.45% from 255 or 52.94% from 68); Max value from RGB is 36 - color contains mainly: blue. Hex color #120E24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120E24 is #EDF1DB. Grayscale: #111111. Windows color (decimal): -15593948 or 2362898. OLE color: 2362898.

HSL color Cylindrical-coordinate representation of color #120E24: hue angle of 250.91º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #120E24 is Cyan = 0.5, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB181436-
CMYK0.50.6100.86
HSL250.91º44%9.8%-
HSV(B)250.91º61.11%14.12%-
XYZ0.720.571.74-
YUV17.7138.33128.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.47%
GREEN value IS 14 (5.86% from 255) = 20.59%
BLUE value IS 36 (14.45% from 255) = 52.94%
R=26.47%
G=20.59%
B=52.94%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1814360.50.6100.86250.91449.8
Hex12E24323D056fb2ca
Octal221644627501263735412
Binary10010111010010011001011110101010110111110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120E24; }

 p { color: rgb(18,14,36); }

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

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

 a { background-color: rgb(18,14,36); }

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

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

 span { border-color: rgb(18,14,36); }

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