Shades of Jaguar #0C042A
Tints of Jaguar #0C042A
RGB
CMYK
RGB Variations
Color information
#0C042A (or 0x0C042A) is known color: Jaguar. HEX triplet: 0C, 04 and 2A. RGB value is (12,4,42). Sum of RGB (Red+Green+Blue) = 12+4+42=58 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.69% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 42 (16.80% from 255 or 72.41% from 58); Max value from RGB is 42 - color contains mainly: blue. Hex color #0C042A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C042A is #F3FBD5. Grayscale: #0A0A0A. Windows color (decimal): -15989718 or 2753548. OLE color: 2753548.
HSL color Cylindrical-coordinate representation of color #0C042A: hue angle of 252.63º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C042A is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 12 | 4 | 42 | - |
| CMYK | 0.71 | 0.90 | 0 | 0.84 |
| HSL | 252.63º | 0.83% | 0.09% | - |
| HSV(B) | 252.63º | 0.9% | 0.16% | - |
| XYZ | 0.61 | 0.33 | 2.22 | - |
| YUV | 10.72 | 145.65 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 4 | 42 | 0.71 | 0.90 | 0 | 0.84 | 252.63 | 0.83 | 0.09 |
| Hex | C | 4 | 2A | 47 | 5A | 0 | 54 | FD | 53 | 9 |
| Octal | 14 | 4 | 52 | 107 | 132 | 0 | 124 | 375 | 123 | 11 |
| Binary | 1100 | 100 | 101010 | 1000111 | 1011010 | 0 | 1010100 | 11111101 | 1010011 | 1001 |
Color Harmonies of #0C042A
Complementary color
Monochromatic Colors of #0C042A
Black with #0C042A
Text Example
Text Example
White with #0C042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C042A; }
p { color: rgb(12,4,42); }
H1.HeaderClassName
{
color: #0C042A;
}
.AnyTagClassName
{
color: #0C042A;
}
</style>
background-color css
<style>
a { background-color: #0C042A; }
a { background-color: rgb(12,4,42); }
div.DivClassName
{
background-color: #0C042A;
}
.BgClassName
{
background-color: #0C042A;
}
</style>
border-color css
<style>
span { border-color: #0C042A; }
span { border-color: rgb(12,4,42); }
td.TdClassName
{
border-color: #0C042A;
}
.TagClassName
{
border-color: #0C042A;
}
</style>