#120F1B

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

Shades of Jaguar #120F1B

Tints of Jaguar #120F1B

Color information

#120F1B (or 0x120F1B) is unknown color: approx Jaguar. HEX triplet: 12, 0F and 1B. RGB value is (18,15,27). Sum of RGB (Red+Green+Blue) = 18+15+27=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 15 (6.25% from 255 or 25% from 60); Blue value is 27 (10.94% from 255 or 45% from 60); Max value from RGB is 27 - color contains mainly: blue. Hex color #120F1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F1B is #EDF0E4. Grayscale: #111111. Windows color (decimal): -15593701 or 1773330. OLE color: 1773330.

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

Color convert

RGB181527-
CMYK0.330.4400.89
HSL255º28.57%8.24%-
HSV(B)255º44.44%10.59%-
XYZ0.620.551.11-
YUV17.26133.49128.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30%
GREEN value IS 15 (6.25% from 255) = 25%
BLUE value IS 27 (10.94% from 255) = 45%
R=30%
G=25%
B=45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1815270.330.4400.8925528.578.24
Hex12F1B212C059ff1d8
Octal221733415401313773510
Binary100101111110111000011011000101100111111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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