Shades of Black Russian #03030B
Tints of Black Russian #03030B
RGB
CMYK
RGB Variations
Color information
#03030B (or 0x03030B) is known color: Black Russian. HEX triplet: 03, 03 and 0B. RGB value is (3,3,11). Sum of RGB (Red+Green+Blue) = 3+3+11=17 (2% of max value = 765). Red value is 3 (1.56% from 255 or 17.65% from 17); Green value is 3 (1.56% from 255 or 17.65% from 17); Blue value is 11 (4.69% from 255 or 64.71% from 17); Max value from RGB is 11 - color contains mainly: blue. Hex color #03030B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03030B is #FCFCF4. Grayscale: #030303. Windows color (decimal): -16579829 or 721667. OLE color: 721667.
HSL color Cylindrical-coordinate representation of color #03030B: hue angle of 240º 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 #03030B is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 3 | 3 | 11 | - |
| CMYK | 0.73 | 0.73 | 0 | 0.96 |
| HSL | 240º | 0.57% | 0.03% | - |
| HSV(B) | 240º | 0.73% | 0.04% | - |
| XYZ | 0.13 | 0.11 | 0.33 | - |
| YUV | 3.91 | 132 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 3 | 11 | 0.73 | 0.73 | 0 | 0.96 | 240 | 0.57 | 0.03 |
| Hex | 3 | 3 | B | 49 | 49 | 0 | 60 | F0 | 39 | 3 |
| Octal | 3 | 3 | 13 | 111 | 111 | 0 | 140 | 360 | 71 | 3 |
| Binary | 11 | 11 | 1011 | 1001001 | 1001001 | 0 | 1100000 | 11110000 | 111001 | 11 |
Color Harmonies of #03030B
Complementary color
Monochromatic Colors of #03030B
Black with #03030B
Text Example
Text Example
White with #03030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03030B; }
p { color: rgb(3,3,11); }
H1.HeaderClassName
{
color: #03030B;
}
.AnyTagClassName
{
color: #03030B;
}
</style>
background-color css
<style>
a { background-color: #03030B; }
a { background-color: rgb(3,3,11); }
div.DivClassName
{
background-color: #03030B;
}
.BgClassName
{
background-color: #03030B;
}
</style>
border-color css
<style>
span { border-color: #03030B; }
span { border-color: rgb(3,3,11); }
td.TdClassName
{
border-color: #03030B;
}
.TagClassName
{
border-color: #03030B;
}
</style>