Shades of Jaguar #0D0C0F
Tints of Jaguar #0D0C0F
RGB
CMYK
RGB Variations
Color information
#0D0C0F (or 0x0D0C0F) is known color: Jaguar. HEX triplet: 0D, 0C and 0F. RGB value is (13,12,15). Sum of RGB (Red+Green+Blue) = 13+12+15=40 (5% of max value = 765). Red value is 13 (5.47% from 255 or 32.5% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 15 (6.25% from 255 or 37.5% from 40); Max value from RGB is 15 - color contains mainly: blue. Hex color #0D0C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0C0F is #F2F3F0. Grayscale: #0C0C0C. Windows color (decimal): -15922161 or 986125. OLE color: 986125.
HSL color Cylindrical-coordinate representation of color #0D0C0F: hue angle of 260º degrees, saturation: 0.11, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #0D0C0F is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 13 | 12 | 15 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.94 |
| HSL | 260º | 0.11% | 0.05% | - |
| HSV(B) | 260º | 0.2% | 0.06% | - |
| XYZ | 0.38 | 0.38 | 0.51 | - |
| YUV | 12.64 | 129.33 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 12 | 15 | 0.13 | 0.20 | 0 | 0.94 | 260 | 0.11 | 0.05 |
| Hex | D | C | F | D | 14 | 0 | 5E | 104 | B | 5 |
| Octal | 15 | 14 | 17 | 15 | 24 | 0 | 136 | 404 | 13 | 5 |
| Binary | 1101 | 1100 | 1111 | 1101 | 10100 | 0 | 1011110 | 100000100 | 1011 | 101 |
Color Harmonies of #0D0C0F
Complementary color
Monochromatic Colors of #0D0C0F
Black with #0D0C0F
Text Example
Text Example
White with #0D0C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0C0F; }
p { color: rgb(13,12,15); }
H1.HeaderClassName
{
color: #0D0C0F;
}
.AnyTagClassName
{
color: #0D0C0F;
}
</style>
background-color css
<style>
a { background-color: #0D0C0F; }
a { background-color: rgb(13,12,15); }
div.DivClassName
{
background-color: #0D0C0F;
}
.BgClassName
{
background-color: #0D0C0F;
}
</style>
border-color css
<style>
span { border-color: #0D0C0F; }
span { border-color: rgb(13,12,15); }
td.TdClassName
{
border-color: #0D0C0F;
}
.TagClassName
{
border-color: #0D0C0F;
}
</style>