Shades of Black Russian #030B20
Tints of Black Russian #030B20
RGB
CMYK
RGB Variations
Color information
#030B20 (or 0x030B20) is known color: Black Russian. HEX triplet: 03, 0B and 20. RGB value is (3,11,32). Sum of RGB (Red+Green+Blue) = 3+11+32=46 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.52% from 46); Green value is 11 (4.69% from 255 or 23.91% from 46); Blue value is 32 (12.89% from 255 or 69.57% from 46); Max value from RGB is 32 - color contains mainly: blue. Hex color #030B20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030B20 is #FCF4DF. Grayscale: #0A0A0A. Windows color (decimal): -16577760 or 2099971. OLE color: 2099971.
HSL color Cylindrical-coordinate representation of color #030B20: hue angle of 223.45º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #030B20 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 11 | 32 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.87 |
| HSL | 223.45º | 0.83% | 0.07% | - |
| HSV(B) | 223.45º | 0.91% | 0.13% | - |
| XYZ | 0.42 | 0.36 | 1.41 | - |
| YUV | 11 | 139.85 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 32 | 0.91 | 0.66 | 0 | 0.87 | 223.45 | 0.83 | 0.07 |
| Hex | 3 | B | 20 | 5B | 42 | 0 | 57 | DF | 53 | 7 |
| Octal | 3 | 13 | 40 | 133 | 102 | 0 | 127 | 337 | 123 | 7 |
| Binary | 11 | 1011 | 100000 | 1011011 | 1000010 | 0 | 1010111 | 11011111 | 1010011 | 111 |
Color Harmonies of #030B20
Complementary color
Monochromatic Colors of #030B20
Black with #030B20
Text Example
Text Example
White with #030B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030B20; }
p { color: rgb(3,11,32); }
H1.HeaderClassName
{
color: #030B20;
}
.AnyTagClassName
{
color: #030B20;
}
</style>
background-color css
<style>
a { background-color: #030B20; }
a { background-color: rgb(3,11,32); }
div.DivClassName
{
background-color: #030B20;
}
.BgClassName
{
background-color: #030B20;
}
</style>
border-color css
<style>
span { border-color: #030B20; }
span { border-color: rgb(3,11,32); }
td.TdClassName
{
border-color: #030B20;
}
.TagClassName
{
border-color: #030B20;
}
</style>