Shades of Jaguar #120F1B
Tints of Jaguar #120F1B
RGB
CMYK
RGB Variations
Color information
#120F1B (or 0x120F1B) is known color: 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
| RGB | 18 | 15 | 27 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.89 |
| HSL | 255º | 0.29% | 0.08% | - |
| HSV(B) | 255º | 0.44% | 0.11% | - |
| XYZ | 0.62 | 0.55 | 1.11 | - |
| YUV | 17.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 27 | 0.33 | 0.44 | 0 | 0.89 | 255 | 0.29 | 0.08 |
| Hex | 12 | F | 1B | 21 | 2C | 0 | 59 | FF | 1D | 8 |
| Octal | 22 | 17 | 33 | 41 | 54 | 0 | 131 | 377 | 35 | 10 |
| Binary | 10010 | 1111 | 11011 | 100001 | 101100 | 0 | 1011001 | 11111111 | 11101 | 1000 |
Color Harmonies of #120F1B
Complementary color
Monochromatic Colors of #120F1B
Black with #120F1B
Text Example
Text Example
White with #120F1B
Text Example
Text Example
HTML Codes & Css Web 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>