Shades of Jaguar #0C0521
Tints of Jaguar #0C0521
RGB
CMYK
RGB Variations
Color information
#0C0521 (or 0x0C0521) is known color: Jaguar. HEX triplet: 0C, 05 and 21. RGB value is (12,5,33). Sum of RGB (Red+Green+Blue) = 12+5+33=50 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 33 (13.28% from 255 or 66% from 50); Max value from RGB is 33 - color contains mainly: blue. Hex color #0C0521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0521 is #F3FADE. Grayscale: #0A0A0A. Windows color (decimal): -15989471 or 2163980. OLE color: 2163980.
HSL color Cylindrical-coordinate representation of color #0C0521: hue angle of 255º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C0521 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 12 | 5 | 33 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.87 |
| HSL | 255º | 0.74% | 0.07% | - |
| HSV(B) | 255º | 0.85% | 0.13% | - |
| XYZ | 0.48 | 0.3 | 1.47 | - |
| YUV | 10.29 | 140.82 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 33 | 0.64 | 0.85 | 0 | 0.87 | 255 | 0.74 | 0.07 |
| Hex | C | 5 | 21 | 40 | 55 | 0 | 57 | FF | 4A | 7 |
| Octal | 14 | 5 | 41 | 100 | 125 | 0 | 127 | 377 | 112 | 7 |
| Binary | 1100 | 101 | 100001 | 1000000 | 1010101 | 0 | 1010111 | 11111111 | 1001010 | 111 |
Color Harmonies of #0C0521
Complementary color
Monochromatic Colors of #0C0521
Black with #0C0521
Text Example
Text Example
White with #0C0521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0521; }
p { color: rgb(12,5,33); }
H1.HeaderClassName
{
color: #0C0521;
}
.AnyTagClassName
{
color: #0C0521;
}
</style>
background-color css
<style>
a { background-color: #0C0521; }
a { background-color: rgb(12,5,33); }
div.DivClassName
{
background-color: #0C0521;
}
.BgClassName
{
background-color: #0C0521;
}
</style>
border-color css
<style>
span { border-color: #0C0521; }
span { border-color: rgb(12,5,33); }
td.TdClassName
{
border-color: #0C0521;
}
.TagClassName
{
border-color: #0C0521;
}
</style>