Shades of Black Russian #05030B
Tints of Black Russian #05030B
RGB
CMYK
RGB Variations
Color information
#05030B (or 0x05030B) is known color: Black Russian. HEX triplet: 05, 03 and 0B. RGB value is (5,3,11). Sum of RGB (Red+Green+Blue) = 5+3+11=19 (2% of max value = 765). Red value is 5 (2.34% from 255 or 26.32% from 19); Green value is 3 (1.56% from 255 or 15.79% from 19); Blue value is 11 (4.69% from 255 or 57.89% from 19); Max value from RGB is 11 - color contains mainly: blue. Hex color #05030B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05030B is #FAFCF4. Grayscale: #040404. Windows color (decimal): -16448757 or 721669. OLE color: 721669.
HSL color Cylindrical-coordinate representation of color #05030B: hue angle of 255º degrees, saturation: 0.57, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #05030B is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 5 | 3 | 11 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.96 |
| HSL | 255º | 0.57% | 0.03% | - |
| HSV(B) | 255º | 0.73% | 0.04% | - |
| XYZ | 0.16 | 0.12 | 0.33 | - |
| YUV | 4.51 | 131.66 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 3 | 11 | 0.55 | 0.73 | 0 | 0.96 | 255 | 0.57 | 0.03 |
| Hex | 5 | 3 | B | 37 | 49 | 0 | 60 | FF | 39 | 3 |
| Octal | 5 | 3 | 13 | 67 | 111 | 0 | 140 | 377 | 71 | 3 |
| Binary | 101 | 11 | 1011 | 110111 | 1001001 | 0 | 1100000 | 11111111 | 111001 | 11 |
Color Harmonies of #05030B
Complementary color
Monochromatic Colors of #05030B
Black with #05030B
Text Example
Text Example
White with #05030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05030B; }
p { color: rgb(5,3,11); }
H1.HeaderClassName
{
color: #05030B;
}
.AnyTagClassName
{
color: #05030B;
}
</style>
background-color css
<style>
a { background-color: #05030B; }
a { background-color: rgb(5,3,11); }
div.DivClassName
{
background-color: #05030B;
}
.BgClassName
{
background-color: #05030B;
}
</style>
border-color css
<style>
span { border-color: #05030B; }
span { border-color: rgb(5,3,11); }
td.TdClassName
{
border-color: #05030B;
}
.TagClassName
{
border-color: #05030B;
}
</style>