Shades of Jaguar #0D0623
Tints of Jaguar #0D0623
RGB
CMYK
RGB Variations
Color information
#0D0623 (or 0x0D0623) is known color: Jaguar. HEX triplet: 0D, 06 and 23. RGB value is (13,6,35). Sum of RGB (Red+Green+Blue) = 13+6+35=54 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.07% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 35 (14.06% from 255 or 64.81% from 54); Max value from RGB is 35 - color contains mainly: blue. Hex color #0D0623 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0623 is #F2F9DC. Grayscale: #0B0B0B. Windows color (decimal): -15923677 or 2295309. OLE color: 2295309.
HSL color Cylindrical-coordinate representation of color #0D0623: hue angle of 254.48º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D0623 is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 13 | 6 | 35 | - |
| CMYK | 0.63 | 0.83 | 0 | 0.86 |
| HSL | 254.48º | 0.71% | 0.08% | - |
| HSV(B) | 254.48º | 0.83% | 0.14% | - |
| XYZ | 0.53 | 0.34 | 1.63 | - |
| YUV | 11.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 6 | 35 | 0.63 | 0.83 | 0 | 0.86 | 254.48 | 0.71 | 0.08 |
| Hex | D | 6 | 23 | 3F | 53 | 0 | 56 | FE | 47 | 8 |
| Octal | 15 | 6 | 43 | 77 | 123 | 0 | 126 | 376 | 107 | 10 |
| Binary | 1101 | 110 | 100011 | 111111 | 1010011 | 0 | 1010110 | 11111110 | 1000111 | 1000 |
Color Harmonies of #0D0623
Complementary color
Monochromatic Colors of #0D0623
Black with #0D0623
Text Example
Text Example
White with #0D0623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0623; }
p { color: rgb(13,6,35); }
H1.HeaderClassName
{
color: #0D0623;
}
.AnyTagClassName
{
color: #0D0623;
}
</style>
background-color css
<style>
a { background-color: #0D0623; }
a { background-color: rgb(13,6,35); }
div.DivClassName
{
background-color: #0D0623;
}
.BgClassName
{
background-color: #0D0623;
}
</style>
border-color css
<style>
span { border-color: #0D0623; }
span { border-color: rgb(13,6,35); }
td.TdClassName
{
border-color: #0D0623;
}
.TagClassName
{
border-color: #0D0623;
}
</style>