#120F1E

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

Shades of Jaguar #120F1E

Tints of Jaguar #120F1E

Color information

#120F1E (or 0x120F1E) is unknown color: approx Jaguar. HEX triplet: 12, 0F and 1E. RGB value is (18,15,30). Sum of RGB (Red+Green+Blue) = 18+15+30=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 30 - color contains mainly: blue. Hex color #120F1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F1E is #EDF0E1. Grayscale: #111111. Windows color (decimal): -15593698 or 1969938. OLE color: 1969938.

HSL color Cylindrical-coordinate representation of color #120F1E: hue angle of 252º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #120F1E is Cyan = 0.40, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB181530-
CMYK0.400.500.88
HSL252º33.33%8.82%-
HSV(B)252º50%11.76%-
XYZ0.650.561.3-
YUV17.61134.99128.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.57%
GREEN value IS 15 (6.25% from 255) = 23.81%
BLUE value IS 30 (12.11% from 255) = 47.62%
R=28.57%
G=23.81%
B=47.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1815300.400.500.8825233.338.82
Hex12F1E2832058fc219
Octal221736506201303744111
Binary1001011111111010100011001001011000111111001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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