Shades of Jaguar #0C0424
Tints of Jaguar #0C0424
RGB
CMYK
RGB Variations
Color information
#0C0424 (or 0x0C0424) is known color: Jaguar. HEX triplet: 0C, 04 and 24. RGB value is (12,4,36). Sum of RGB (Red+Green+Blue) = 12+4+36=52 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.08% from 52); Green value is 4 (1.95% from 255 or 7.69% from 52); Blue value is 36 (14.45% from 255 or 69.23% from 52); Max value from RGB is 36 - color contains mainly: blue. Hex color #0C0424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0424 is #F3FBDB. Grayscale: #090909. Windows color (decimal): -15989724 or 2360332. OLE color: 2360332.
HSL color Cylindrical-coordinate representation of color #0C0424: hue angle of 255º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C0424 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 12 | 4 | 36 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.86 |
| HSL | 255º | 0.8% | 0.08% | - |
| HSV(B) | 255º | 0.89% | 0.14% | - |
| XYZ | 0.51 | 0.29 | 1.7 | - |
| YUV | 10.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 4 | 36 | 0.67 | 0.89 | 0 | 0.86 | 255 | 0.8 | 0.08 |
| Hex | C | 4 | 24 | 43 | 59 | 0 | 56 | FF | 50 | 8 |
| Octal | 14 | 4 | 44 | 103 | 131 | 0 | 126 | 377 | 120 | 10 |
| Binary | 1100 | 100 | 100100 | 1000011 | 1011001 | 0 | 1010110 | 11111111 | 1010000 | 1000 |
Color Harmonies of #0C0424
Complementary color
Monochromatic Colors of #0C0424
Black with #0C0424
Text Example
Text Example
White with #0C0424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0424; }
p { color: rgb(12,4,36); }
H1.HeaderClassName
{
color: #0C0424;
}
.AnyTagClassName
{
color: #0C0424;
}
</style>
background-color css
<style>
a { background-color: #0C0424; }
a { background-color: rgb(12,4,36); }
div.DivClassName
{
background-color: #0C0424;
}
.BgClassName
{
background-color: #0C0424;
}
</style>
border-color css
<style>
span { border-color: #0C0424; }
span { border-color: rgb(12,4,36); }
td.TdClassName
{
border-color: #0C0424;
}
.TagClassName
{
border-color: #0C0424;
}
</style>