Shades of Jaguar #0D0621
Tints of Jaguar #0D0621
RGB
CMYK
RGB Variations
Color information
#0D0621 (or 0x0D0621) is known color: Jaguar. HEX triplet: 0D, 06 and 21. RGB value is (13,6,33). Sum of RGB (Red+Green+Blue) = 13+6+33=52 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25% from 52); Green value is 6 (2.73% from 255 or 11.54% from 52); Blue value is 33 (13.28% from 255 or 63.46% from 52); Max value from RGB is 33 - color contains mainly: blue. Hex color #0D0621 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0621 is #F2F9DE. Grayscale: #0B0B0B. Windows color (decimal): -15923679 or 2164237. OLE color: 2164237.
HSL color Cylindrical-coordinate representation of color #0D0621: hue angle of 255.56º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D0621 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 6 | 33 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.87 |
| HSL | 255.56º | 0.69% | 0.08% | - |
| HSV(B) | 255.56º | 0.82% | 0.13% | - |
| XYZ | 0.51 | 0.33 | 1.48 | - |
| YUV | 11.17 | 140.32 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 6 | 33 | 0.61 | 0.82 | 0 | 0.87 | 255.56 | 0.69 | 0.08 |
| Hex | D | 6 | 21 | 3D | 52 | 0 | 57 | 100 | 45 | 8 |
| Octal | 15 | 6 | 41 | 75 | 122 | 0 | 127 | 400 | 105 | 10 |
| Binary | 1101 | 110 | 100001 | 111101 | 1010010 | 0 | 1010111 | 100000000 | 1000101 | 1000 |
Color Harmonies of #0D0621
Complementary color
Monochromatic Colors of #0D0621
Black with #0D0621
Text Example
Text Example
White with #0D0621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0621; }
p { color: rgb(13,6,33); }
H1.HeaderClassName
{
color: #0D0621;
}
.AnyTagClassName
{
color: #0D0621;
}
</style>
background-color css
<style>
a { background-color: #0D0621; }
a { background-color: rgb(13,6,33); }
div.DivClassName
{
background-color: #0D0621;
}
.BgClassName
{
background-color: #0D0621;
}
</style>
border-color css
<style>
span { border-color: #0D0621; }
span { border-color: rgb(13,6,33); }
td.TdClassName
{
border-color: #0D0621;
}
.TagClassName
{
border-color: #0D0621;
}
</style>