#120C31

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

Shades of Jaguar #120C31

Tints of Jaguar #120C31

Color information

#120C31 (or 0x120C31) is unknown color: approx Jaguar. HEX triplet: 12, 0C and 31. RGB value is (18,12,49). Sum of RGB (Red+Green+Blue) = 18+12+49=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 49 (19.53% from 255 or 62.03% from 79); Max value from RGB is 49 - color contains mainly: blue. Hex color #120C31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C31 is #EDF3CE. Grayscale: #111111. Windows color (decimal): -15594447 or 3214354. OLE color: 3214354.

HSL color Cylindrical-coordinate representation of color #120C31: hue angle of 249.73º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #120C31 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB181249-
CMYK0.630.7600.81
HSL249.73º60.66%11.96%-
HSV(B)249.73º75.51%19.22%-
XYZ0.940.612.97-
YUV18.01145.49127.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.78%
GREEN value IS 12 (5.08% from 255) = 15.19%
BLUE value IS 49 (19.53% from 255) = 62.03%
R=22.78%
G=15.19%
B=62.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1812490.630.7600.81249.7360.6611.96
Hex12C313F4C051fa3dc
Octal2214617711401213727514
Binary100101100110001111111100110001010001111110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,12,49); }

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

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

 a { background-color: rgb(18,12,49); }

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

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

 span { border-color: rgb(18,12,49); }

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