Shades of Black Russian #0D0B33
Tints of Black Russian #0D0B33
RGB
CMYK
RGB Variations
Color information
#0D0B33 (or 0x0D0B33) is known color: Black Russian. HEX triplet: 0D, 0B and 33. RGB value is (13,11,51). Sum of RGB (Red+Green+Blue) = 13+11+51=75 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.33% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 51 (20.31% from 255 or 68% from 75); Max value from RGB is 51 - color contains mainly: blue. Hex color #0D0B33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0B33 is #F2F4CC. Grayscale: #101010. Windows color (decimal): -15922381 or 3345165. OLE color: 3345165.
HSL color Cylindrical-coordinate representation of color #0D0B33: hue angle of 243º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D0B33 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 13 | 11 | 51 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.8 |
| HSL | 243º | 0.65% | 0.12% | - |
| HSV(B) | 243º | 0.78% | 0.2% | - |
| XYZ | 0.88 | 0.56 | 3.19 | - |
| YUV | 16.16 | 147.66 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 11 | 51 | 0.75 | 0.78 | 0 | 0.8 | 243 | 0.65 | 0.12 |
| Hex | D | B | 33 | 4B | 4E | 0 | 50 | F3 | 41 | C |
| Octal | 15 | 13 | 63 | 113 | 116 | 0 | 120 | 363 | 101 | 14 |
| Binary | 1101 | 1011 | 110011 | 1001011 | 1001110 | 0 | 1010000 | 11110011 | 1000001 | 1100 |
Color Harmonies of #0D0B33
Complementary color
Monochromatic Colors of #0D0B33
Black with #0D0B33
Text Example
Text Example
White with #0D0B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0B33; }
p { color: rgb(13,11,51); }
H1.HeaderClassName
{
color: #0D0B33;
}
.AnyTagClassName
{
color: #0D0B33;
}
</style>
background-color css
<style>
a { background-color: #0D0B33; }
a { background-color: rgb(13,11,51); }
div.DivClassName
{
background-color: #0D0B33;
}
.BgClassName
{
background-color: #0D0B33;
}
</style>
border-color css
<style>
span { border-color: #0D0B33; }
span { border-color: rgb(13,11,51); }
td.TdClassName
{
border-color: #0D0B33;
}
.TagClassName
{
border-color: #0D0B33;
}
</style>