#120C2D

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

Shades of Jaguar #120C2D

Tints of Jaguar #120C2D

Color information

#120C2D (or 0x120C2D) is unknown color: approx Jaguar. HEX triplet: 12, 0C and 2D. RGB value is (18,12,45). Sum of RGB (Red+Green+Blue) = 18+12+45=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 45 (17.97% from 255 or 60% from 75); Max value from RGB is 45 - color contains mainly: blue. Hex color #120C2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C2D is #EDF3D2. Grayscale: #111111. Windows color (decimal): -15594451 or 2952210. OLE color: 2952210.

HSL color Cylindrical-coordinate representation of color #120C2D: hue angle of 250.91º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #120C2D is Cyan = 0.6, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB181245-
CMYK0.60.7300.82
HSL250.91º57.89%11.18%-
HSV(B)250.91º73.33%17.65%-
XYZ0.850.582.55-
YUV17.56143.49128.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24%
GREEN value IS 12 (5.08% from 255) = 16%
BLUE value IS 45 (17.97% from 255) = 60%
R=24%
G=16%
B=60%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1812450.60.7300.82250.9157.8911.18
Hex12C2D3C49052fb3ab
Octal2214557411101223737213
Binary100101100101101111100100100101010010111110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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