Shades of Jaguar #0C0719
Tints of Jaguar #0C0719
RGB
CMYK
RGB Variations
Color information
#0C0719 (or 0x0C0719) is known color: Jaguar. HEX triplet: 0C, 07 and 19. RGB value is (12,7,25). Sum of RGB (Red+Green+Blue) = 12+7+25=44 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.27% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 25 (10.16% from 255 or 56.82% from 44); Max value from RGB is 25 - color contains mainly: blue. Hex color #0C0719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0719 is #F3F8E6. Grayscale: #0A0A0A. Windows color (decimal): -15988967 or 1640204. OLE color: 1640204.
HSL color Cylindrical-coordinate representation of color #0C0719: hue angle of 256.67º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0C0719 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 12 | 7 | 25 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.90 |
| HSL | 256.67º | 0.56% | 0.06% | - |
| HSV(B) | 256.67º | 0.72% | 0.1% | - |
| XYZ | 0.4 | 0.3 | 0.96 | - |
| YUV | 10.55 | 136.16 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 7 | 25 | 0.52 | 0.72 | 0 | 0.90 | 256.67 | 0.56 | 0.06 |
| Hex | C | 7 | 19 | 34 | 48 | 0 | 5A | 101 | 38 | 6 |
| Octal | 14 | 7 | 31 | 64 | 110 | 0 | 132 | 401 | 70 | 6 |
| Binary | 1100 | 111 | 11001 | 110100 | 1001000 | 0 | 1011010 | 100000001 | 111000 | 110 |
Color Harmonies of #0C0719
Complementary color
Monochromatic Colors of #0C0719
Black with #0C0719
Text Example
Text Example
White with #0C0719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0719; }
p { color: rgb(12,7,25); }
H1.HeaderClassName
{
color: #0C0719;
}
.AnyTagClassName
{
color: #0C0719;
}
</style>
background-color css
<style>
a { background-color: #0C0719; }
a { background-color: rgb(12,7,25); }
div.DivClassName
{
background-color: #0C0719;
}
.BgClassName
{
background-color: #0C0719;
}
</style>
border-color css
<style>
span { border-color: #0C0719; }
span { border-color: rgb(12,7,25); }
td.TdClassName
{
border-color: #0C0719;
}
.TagClassName
{
border-color: #0C0719;
}
</style>