Shades of Jaguar #120D23
Tints of Jaguar #120D23
RGB
CMYK
RGB Variations
Color information
#120D23 (or 0x120D23) is known color: Jaguar. HEX triplet: 12, 0D and 23. RGB value is (18,13,35). Sum of RGB (Red+Green+Blue) = 18+13+35=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 35 (14.06% from 255 or 53.03% from 66); Max value from RGB is 35 - color contains mainly: blue. Hex color #120D23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D23 is #EDF2DC. Grayscale: #101010. Windows color (decimal): -15594205 or 2297106. OLE color: 2297106.
HSL color Cylindrical-coordinate representation of color #120D23: hue angle of 253.64º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #120D23 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 13 | 35 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.86 |
| HSL | 253.64º | 0.46% | 0.09% | - |
| HSV(B) | 253.64º | 0.63% | 0.14% | - |
| XYZ | 0.7 | 0.54 | 1.66 | - |
| YUV | 17 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 35 | 0.49 | 0.63 | 0 | 0.86 | 253.64 | 0.46 | 0.09 |
| Hex | 12 | D | 23 | 31 | 3F | 0 | 56 | FE | 2E | 9 |
| Octal | 22 | 15 | 43 | 61 | 77 | 0 | 126 | 376 | 56 | 11 |
| Binary | 10010 | 1101 | 100011 | 110001 | 111111 | 0 | 1010110 | 11111110 | 101110 | 1001 |
Color Harmonies of #120D23
Complementary color
Monochromatic Colors of #120D23
Black with #120D23
Text Example
Text Example
White with #120D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120D23; }
p { color: rgb(18,13,35); }
H1.HeaderClassName
{
color: #120D23;
}
.AnyTagClassName
{
color: #120D23;
}
</style>
background-color css
<style>
a { background-color: #120D23; }
a { background-color: rgb(18,13,35); }
div.DivClassName
{
background-color: #120D23;
}
.BgClassName
{
background-color: #120D23;
}
</style>
border-color css
<style>
span { border-color: #120D23; }
span { border-color: rgb(18,13,35); }
td.TdClassName
{
border-color: #120D23;
}
.TagClassName
{
border-color: #120D23;
}
</style>