Shades of Jaguar #0C0523
Tints of Jaguar #0C0523
RGB
CMYK
RGB Variations
Color information
#0C0523 (or 0x0C0523) is known color: Jaguar. HEX triplet: 0C, 05 and 23. RGB value is (12,5,35). Sum of RGB (Red+Green+Blue) = 12+5+35=52 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.08% from 52); Green value is 5 (2.34% from 255 or 9.62% from 52); Blue value is 35 (14.06% from 255 or 67.31% from 52); Max value from RGB is 35 - color contains mainly: blue. Hex color #0C0523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0523 is #F3FADC. Grayscale: #0A0A0A. Windows color (decimal): -15989469 or 2295052. OLE color: 2295052.
HSL color Cylindrical-coordinate representation of color #0C0523: hue angle of 254º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C0523 is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 12 | 5 | 35 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.86 |
| HSL | 254º | 0.75% | 0.08% | - |
| HSV(B) | 254º | 0.86% | 0.14% | - |
| XYZ | 0.51 | 0.31 | 1.62 | - |
| YUV | 10.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 35 | 0.66 | 0.86 | 0 | 0.86 | 254 | 0.75 | 0.08 |
| Hex | C | 5 | 23 | 42 | 56 | 0 | 56 | FE | 4B | 8 |
| Octal | 14 | 5 | 43 | 102 | 126 | 0 | 126 | 376 | 113 | 10 |
| Binary | 1100 | 101 | 100011 | 1000010 | 1010110 | 0 | 1010110 | 11111110 | 1001011 | 1000 |
Color Harmonies of #0C0523
Complementary color
Monochromatic Colors of #0C0523
Black with #0C0523
Text Example
Text Example
White with #0C0523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0523; }
p { color: rgb(12,5,35); }
H1.HeaderClassName
{
color: #0C0523;
}
.AnyTagClassName
{
color: #0C0523;
}
</style>
background-color css
<style>
a { background-color: #0C0523; }
a { background-color: rgb(12,5,35); }
div.DivClassName
{
background-color: #0C0523;
}
.BgClassName
{
background-color: #0C0523;
}
</style>
border-color css
<style>
span { border-color: #0C0523; }
span { border-color: rgb(12,5,35); }
td.TdClassName
{
border-color: #0C0523;
}
.TagClassName
{
border-color: #0C0523;
}
</style>