#120C2C

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

Shades of Jaguar #120C2C

Tints of Jaguar #120C2C

Color information

#120C2C (or 0x120C2C) is unknown color: approx Jaguar. HEX triplet: 12, 0C and 2C. RGB value is (18,12,44). Sum of RGB (Red+Green+Blue) = 18+12+44=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 12 (5.08% from 255 or 16.22% from 74); Blue value is 44 (17.58% from 255 or 59.46% from 74); Max value from RGB is 44 - color contains mainly: blue. Hex color #120C2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C2C is #EDF3D3. Grayscale: #111111. Windows color (decimal): -15594452 or 2886674. OLE color: 2886674.

HSL color Cylindrical-coordinate representation of color #120C2C: hue angle of 251.25º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #120C2C is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB181244-
CMYK0.590.7300.83
HSL251.25º57.14%10.98%-
HSV(B)251.25º72.73%17.25%-
XYZ0.840.572.45-
YUV17.44142.99128.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24.32%
GREEN value IS 12 (5.08% from 255) = 16.22%
BLUE value IS 44 (17.58% from 255) = 59.46%
R=24.32%
G=16.22%
B=59.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1812440.590.7300.83251.2557.1410.98
Hex12C2C3B49053fb39b
Octal2214547311101233737113
Binary100101100101100111011100100101010011111110111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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