Shades of Black Russian #030020
Tints of Black Russian #030020
RGB
CMYK
RGB Variations
Color information
#030020 (or 0x030020) is known color: Black Russian. HEX triplet: 03, 00 and 20. RGB value is (3,0,32). Sum of RGB (Red+Green+Blue) = 3+0+32=35 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.57% from 35); Green value is 0 (0.39% from 255 or 0% from 35); Blue value is 32 (12.89% from 255 or 91.43% from 35); Max value from RGB is 32 - color contains mainly: blue. Hex color #030020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030020 is #FCFFDF. Grayscale: #040404. Windows color (decimal): -16580576 or 2097155. OLE color: 2097155.
HSL color Cylindrical-coordinate representation of color #030020: hue angle of 245.62º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030020 is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 0 | 32 | - |
| CMYK | 0.91 | 1 | 0 | 0.87 |
| HSL | 245.63º | 1% | 0.06% | - |
| HSV(B) | 245.63º | 1% | 0.13% | - |
| XYZ | 0.3 | 0.12 | 1.37 | - |
| YUV | 4.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 32 | 0.91 | 1 | 0 | 0.87 | 245.63 | 1 | 0.06 |
| Hex | 3 | 0 | 20 | 5B | 64 | 0 | 57 | F6 | 64 | 6 |
| Octal | 3 | 0 | 40 | 133 | 144 | 0 | 127 | 366 | 144 | 6 |
| Binary | 11 | 0 | 100000 | 1011011 | 1100100 | 0 | 1010111 | 11110110 | 1100100 | 110 |
Color Harmonies of #030020
Complementary color
Monochromatic Colors of #030020
Black with #030020
Text Example
Text Example
White with #030020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030020; }
p { color: rgb(3,0,32); }
H1.HeaderClassName
{
color: #030020;
}
.AnyTagClassName
{
color: #030020;
}
</style>
background-color css
<style>
a { background-color: #030020; }
a { background-color: rgb(3,0,32); }
div.DivClassName
{
background-color: #030020;
}
.BgClassName
{
background-color: #030020;
}
</style>
border-color css
<style>
span { border-color: #030020; }
span { border-color: rgb(3,0,32); }
td.TdClassName
{
border-color: #030020;
}
.TagClassName
{
border-color: #030020;
}
</style>