#120C2F

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

Shades of Jaguar #120C2F

Tints of Jaguar #120C2F

Color information

#120C2F (or 0x120C2F) is unknown color: approx Jaguar. HEX triplet: 12, 0C and 2F. RGB value is (18,12,47). Sum of RGB (Red+Green+Blue) = 18+12+47=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 47 (18.75% from 255 or 61.04% from 77); Max value from RGB is 47 - color contains mainly: blue. Hex color #120C2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C2F is #EDF3D0. Grayscale: #111111. Windows color (decimal): -15594449 or 3083282. OLE color: 3083282.

HSL color Cylindrical-coordinate representation of color #120C2F: hue angle of 250.29º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #120C2F is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB181247-
CMYK0.620.7400.82
HSL250.29º59.32%11.57%-
HSV(B)250.29º74.47%18.43%-
XYZ0.890.62.76-
YUV17.78144.49128.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.38%
GREEN value IS 12 (5.08% from 255) = 15.58%
BLUE value IS 47 (18.75% from 255) = 61.04%
R=23.38%
G=15.58%
B=61.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1812470.620.7400.82250.2959.3211.57
Hex12C2F3E4A052fa3bc
Octal2214577611201223727314
Binary100101100101111111110100101001010010111110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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