#120F1C

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

Shades of Jaguar #120F1C

Tints of Jaguar #120F1C

Color information

#120F1C (or 0x120F1C) is unknown color: approx Jaguar. HEX triplet: 12, 0F and 1C. RGB value is (18,15,28). Sum of RGB (Red+Green+Blue) = 18+15+28=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 15 (6.25% from 255 or 24.59% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 28 - color contains mainly: blue. Hex color #120F1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F1C is #EDF0E3. Grayscale: #111111. Windows color (decimal): -15593700 or 1838866. OLE color: 1838866.

HSL color Cylindrical-coordinate representation of color #120F1C: hue angle of 253.85º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #120F1C is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB181528-
CMYK0.360.4600.89
HSL253.85º30.23%8.43%-
HSV(B)253.85º46.43%10.98%-
XYZ0.630.551.17-
YUV17.38133.99128.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.51%
GREEN value IS 15 (6.25% from 255) = 24.59%
BLUE value IS 28 (11.33% from 255) = 45.90%
R=29.51%
G=24.59%
B=45.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1815280.360.4600.89253.8530.238.43
Hex12F1C242E059fe1e8
Octal221734445601313763610
Binary100101111111001001001011100101100111111110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,15,28); }

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

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

 a { background-color: rgb(18,15,28); }

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

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

 span { border-color: rgb(18,15,28); }

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