Shades of Black Russian #0D0923
Tints of Black Russian #0D0923
RGB
CMYK
RGB Variations
Color information
#0D0923 (or 0x0D0923) is known color: Black Russian. HEX triplet: 0D, 09 and 23. RGB value is (13,9,35). Sum of RGB (Red+Green+Blue) = 13+9+35=57 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.81% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 35 (14.06% from 255 or 61.40% from 57); Max value from RGB is 35 - color contains mainly: blue. Hex color #0D0923 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0923 is #F2F6DC. Grayscale: #0D0D0D. Windows color (decimal): -15922909 or 2296077. OLE color: 2296077.
HSL color Cylindrical-coordinate representation of color #0D0923: hue angle of 249.23º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0D0923 is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 13 | 9 | 35 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.86 |
| HSL | 249.23º | 0.59% | 0.09% | - |
| HSV(B) | 249.23º | 0.74% | 0.14% | - |
| XYZ | 0.57 | 0.4 | 1.64 | - |
| YUV | 13.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 9 | 35 | 0.63 | 0.74 | 0 | 0.86 | 249.23 | 0.59 | 0.09 |
| Hex | D | 9 | 23 | 3F | 4A | 0 | 56 | F9 | 3B | 9 |
| Octal | 15 | 11 | 43 | 77 | 112 | 0 | 126 | 371 | 73 | 11 |
| Binary | 1101 | 1001 | 100011 | 111111 | 1001010 | 0 | 1010110 | 11111001 | 111011 | 1001 |
Color Harmonies of #0D0923
Complementary color
Monochromatic Colors of #0D0923
Black with #0D0923
Text Example
Text Example
White with #0D0923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0923; }
p { color: rgb(13,9,35); }
H1.HeaderClassName
{
color: #0D0923;
}
.AnyTagClassName
{
color: #0D0923;
}
</style>
background-color css
<style>
a { background-color: #0D0923; }
a { background-color: rgb(13,9,35); }
div.DivClassName
{
background-color: #0D0923;
}
.BgClassName
{
background-color: #0D0923;
}
</style>
border-color css
<style>
span { border-color: #0D0923; }
span { border-color: rgb(13,9,35); }
td.TdClassName
{
border-color: #0D0923;
}
.TagClassName
{
border-color: #0D0923;
}
</style>