Shades of Jaguar #0D071E
Tints of Jaguar #0D071E
RGB
CMYK
RGB Variations
Color information
#0D071E (or 0x0D071E) is known color: Jaguar. HEX triplet: 0D, 07 and 1E. RGB value is (13,7,30). Sum of RGB (Red+Green+Blue) = 13+7+30=50 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 30 (12.11% from 255 or 60% from 50); Max value from RGB is 30 - color contains mainly: blue. Hex color #0D071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D071E is #F2F8E1. Grayscale: #0B0B0B. Windows color (decimal): -15923426 or 1967885. OLE color: 1967885.
HSL color Cylindrical-coordinate representation of color #0D071E: hue angle of 255.65º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D071E is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 13 | 7 | 30 | - |
| CMYK | 0.57 | 0.77 | 0 | 0.88 |
| HSL | 255.65º | 0.62% | 0.07% | - |
| HSV(B) | 255.65º | 0.77% | 0.12% | - |
| XYZ | 0.48 | 0.33 | 1.27 | - |
| YUV | 11.42 | 138.49 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 7 | 30 | 0.57 | 0.77 | 0 | 0.88 | 255.65 | 0.62 | 0.07 |
| Hex | D | 7 | 1E | 39 | 4D | 0 | 58 | 100 | 3E | 7 |
| Octal | 15 | 7 | 36 | 71 | 115 | 0 | 130 | 400 | 76 | 7 |
| Binary | 1101 | 111 | 11110 | 111001 | 1001101 | 0 | 1011000 | 100000000 | 111110 | 111 |
Color Harmonies of #0D071E
Complementary color
Monochromatic Colors of #0D071E
Black with #0D071E
Text Example
Text Example
White with #0D071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D071E; }
p { color: rgb(13,7,30); }
H1.HeaderClassName
{
color: #0D071E;
}
.AnyTagClassName
{
color: #0D071E;
}
</style>
background-color css
<style>
a { background-color: #0D071E; }
a { background-color: rgb(13,7,30); }
div.DivClassName
{
background-color: #0D071E;
}
.BgClassName
{
background-color: #0D071E;
}
</style>
border-color css
<style>
span { border-color: #0D071E; }
span { border-color: rgb(13,7,30); }
td.TdClassName
{
border-color: #0D071E;
}
.TagClassName
{
border-color: #0D071E;
}
</style>