Shades of Jaguar #120F1C
Tints of Jaguar #120F1C
RGB
CMYK
RGB Variations
Color information
#120F1C (or 0x120F1C) is known color: 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
| RGB | 18 | 15 | 28 | - |
| CMYK | 0.36 | 0.46 | 0 | 0.89 |
| HSL | 253.85º | 0.3% | 0.08% | - |
| HSV(B) | 253.85º | 0.46% | 0.11% | - |
| XYZ | 0.63 | 0.55 | 1.17 | - |
| YUV | 17.38 | 133.99 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 28 | 0.36 | 0.46 | 0 | 0.89 | 253.85 | 0.3 | 0.08 |
| Hex | 12 | F | 1C | 24 | 2E | 0 | 59 | FE | 1E | 8 |
| Octal | 22 | 17 | 34 | 44 | 56 | 0 | 131 | 376 | 36 | 10 |
| Binary | 10010 | 1111 | 11100 | 100100 | 101110 | 0 | 1011001 | 11111110 | 11110 | 1000 |
Color Harmonies of #120F1C
Complementary color
Monochromatic Colors of #120F1C
Black with #120F1C
Text Example
Text Example
White with #120F1C
Text Example
Text Example
HTML Codes & Css Web 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>