Shades of Black Russian #030421
Tints of Black Russian #030421
RGB
CMYK
RGB Variations
Color information
#030421 (or 0x030421) is known color: Black Russian. HEX triplet: 03, 04 and 21. RGB value is (3,4,33). Sum of RGB (Red+Green+Blue) = 3+4+33=40 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.5% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 33 (13.28% from 255 or 82.5% from 40); Max value from RGB is 33 - color contains mainly: blue. Hex color #030421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030421 is #FCFBDE. Grayscale: #060606. Windows color (decimal): -16579551 or 2163715. OLE color: 2163715.
HSL color Cylindrical-coordinate representation of color #030421: hue angle of 238º 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 #030421 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 4 | 33 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.87 |
| HSL | 238º | 0.83% | 0.07% | - |
| HSV(B) | 238º | 0.91% | 0.13% | - |
| XYZ | 0.36 | 0.22 | 1.46 | - |
| YUV | 7.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 4 | 33 | 0.91 | 0.88 | 0 | 0.87 | 238 | 0.83 | 0.07 |
| Hex | 3 | 4 | 21 | 5B | 58 | 0 | 57 | EE | 53 | 7 |
| Octal | 3 | 4 | 41 | 133 | 130 | 0 | 127 | 356 | 123 | 7 |
| Binary | 11 | 100 | 100001 | 1011011 | 1011000 | 0 | 1010111 | 11101110 | 1010011 | 111 |
Color Harmonies of #030421
Complementary color
Monochromatic Colors of #030421
Black with #030421
Text Example
Text Example
White with #030421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030421; }
p { color: rgb(3,4,33); }
H1.HeaderClassName
{
color: #030421;
}
.AnyTagClassName
{
color: #030421;
}
</style>
background-color css
<style>
a { background-color: #030421; }
a { background-color: rgb(3,4,33); }
div.DivClassName
{
background-color: #030421;
}
.BgClassName
{
background-color: #030421;
}
</style>
border-color css
<style>
span { border-color: #030421; }
span { border-color: rgb(3,4,33); }
td.TdClassName
{
border-color: #030421;
}
.TagClassName
{
border-color: #030421;
}
</style>