Shades of Black Russian #0D0823
Tints of Black Russian #0D0823
RGB
CMYK
RGB Variations
Color information
#0D0823 (or 0x0D0823) is known color: Black Russian. HEX triplet: 0D, 08 and 23. RGB value is (13,8,35). Sum of RGB (Red+Green+Blue) = 13+8+35=56 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.21% from 56); Green value is 8 (3.52% from 255 or 14.29% from 56); Blue value is 35 (14.06% from 255 or 62.5% from 56); Max value from RGB is 35 - color contains mainly: blue. Hex color #0D0823 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0823 is #F2F7DC. Grayscale: #0C0C0C. Windows color (decimal): -15923165 or 2295821. OLE color: 2295821.
HSL color Cylindrical-coordinate representation of color #0D0823: hue angle of 251.11º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D0823 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 13 | 8 | 35 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.86 |
| HSL | 251.11º | 0.63% | 0.08% | - |
| HSV(B) | 251.11º | 0.77% | 0.14% | - |
| XYZ | 0.56 | 0.38 | 1.63 | - |
| YUV | 12.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 8 | 35 | 0.63 | 0.77 | 0 | 0.86 | 251.11 | 0.63 | 0.08 |
| Hex | D | 8 | 23 | 3F | 4D | 0 | 56 | FB | 3F | 8 |
| Octal | 15 | 10 | 43 | 77 | 115 | 0 | 126 | 373 | 77 | 10 |
| Binary | 1101 | 1000 | 100011 | 111111 | 1001101 | 0 | 1010110 | 11111011 | 111111 | 1000 |
Color Harmonies of #0D0823
Complementary color
Monochromatic Colors of #0D0823
Black with #0D0823
Text Example
Text Example
White with #0D0823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0823; }
p { color: rgb(13,8,35); }
H1.HeaderClassName
{
color: #0D0823;
}
.AnyTagClassName
{
color: #0D0823;
}
</style>
background-color css
<style>
a { background-color: #0D0823; }
a { background-color: rgb(13,8,35); }
div.DivClassName
{
background-color: #0D0823;
}
.BgClassName
{
background-color: #0D0823;
}
</style>
border-color css
<style>
span { border-color: #0D0823; }
span { border-color: rgb(13,8,35); }
td.TdClassName
{
border-color: #0D0823;
}
.TagClassName
{
border-color: #0D0823;
}
</style>