Shades of Jaguar #0C0434
Tints of Jaguar #0C0434
RGB
CMYK
RGB Variations
Color information
#0C0434 (or 0x0C0434) is known color: Jaguar. HEX triplet: 0C, 04 and 34. RGB value is (12,4,52). Sum of RGB (Red+Green+Blue) = 12+4+52=68 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.65% from 68); Green value is 4 (1.95% from 255 or 5.88% from 68); Blue value is 52 (20.70% from 255 or 76.47% from 68); Max value from RGB is 52 - color contains mainly: blue. Hex color #0C0434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0434 is #F3FBCB. Grayscale: #0B0B0B. Windows color (decimal): -15989708 or 3408908. OLE color: 3408908.
HSL color Cylindrical-coordinate representation of color #0C0434: hue angle of 250º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C0434 is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 4 | 52 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.80 |
| HSL | 250º | 0.86% | 0.11% | - |
| HSV(B) | 250º | 0.92% | 0.2% | - |
| XYZ | 0.81 | 0.41 | 3.29 | - |
| YUV | 11.86 | 150.65 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 4 | 52 | 0.77 | 0.92 | 0 | 0.80 | 250 | 0.86 | 0.11 |
| Hex | C | 4 | 34 | 4D | 5C | 0 | 50 | FA | 56 | B |
| Octal | 14 | 4 | 64 | 115 | 134 | 0 | 120 | 372 | 126 | 13 |
| Binary | 1100 | 100 | 110100 | 1001101 | 1011100 | 0 | 1010000 | 11111010 | 1010110 | 1011 |
Color Harmonies of #0C0434
Complementary color
Monochromatic Colors of #0C0434
Black with #0C0434
Text Example
Text Example
White with #0C0434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0434; }
p { color: rgb(12,4,52); }
H1.HeaderClassName
{
color: #0C0434;
}
.AnyTagClassName
{
color: #0C0434;
}
</style>
background-color css
<style>
a { background-color: #0C0434; }
a { background-color: rgb(12,4,52); }
div.DivClassName
{
background-color: #0C0434;
}
.BgClassName
{
background-color: #0C0434;
}
</style>
border-color css
<style>
span { border-color: #0C0434; }
span { border-color: rgb(12,4,52); }
td.TdClassName
{
border-color: #0C0434;
}
.TagClassName
{
border-color: #0C0434;
}
</style>