Shades of Jaguar #0D0531
Tints of Jaguar #0D0531
RGB
CMYK
RGB Variations
Color information
#0D0531 (or 0x0D0531) is known color: Jaguar. HEX triplet: 0D, 05 and 31. RGB value is (13,5,49). Sum of RGB (Red+Green+Blue) = 13+5+49=67 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.40% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 49 (19.53% from 255 or 73.13% from 67); Max value from RGB is 49 - color contains mainly: blue. Hex color #0D0531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0531 is #F2FACE. Grayscale: #0C0C0C. Windows color (decimal): -15923919 or 3212557. OLE color: 3212557.
HSL color Cylindrical-coordinate representation of color #0D0531: hue angle of 250.91º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D0531 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 13 | 5 | 49 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.81 |
| HSL | 250.91º | 0.81% | 0.11% | - |
| HSV(B) | 250.91º | 0.9% | 0.19% | - |
| XYZ | 0.77 | 0.42 | 2.95 | - |
| YUV | 12.41 | 148.65 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 5 | 49 | 0.73 | 0.90 | 0 | 0.81 | 250.91 | 0.81 | 0.11 |
| Hex | D | 5 | 31 | 49 | 5A | 0 | 51 | FB | 51 | B |
| Octal | 15 | 5 | 61 | 111 | 132 | 0 | 121 | 373 | 121 | 13 |
| Binary | 1101 | 101 | 110001 | 1001001 | 1011010 | 0 | 1010001 | 11111011 | 1010001 | 1011 |
Color Harmonies of #0D0531
Complementary color
Monochromatic Colors of #0D0531
Black with #0D0531
Text Example
Text Example
White with #0D0531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0531; }
p { color: rgb(13,5,49); }
H1.HeaderClassName
{
color: #0D0531;
}
.AnyTagClassName
{
color: #0D0531;
}
</style>
background-color css
<style>
a { background-color: #0D0531; }
a { background-color: rgb(13,5,49); }
div.DivClassName
{
background-color: #0D0531;
}
.BgClassName
{
background-color: #0D0531;
}
</style>
border-color css
<style>
span { border-color: #0D0531; }
span { border-color: rgb(13,5,49); }
td.TdClassName
{
border-color: #0D0531;
}
.TagClassName
{
border-color: #0D0531;
}
</style>