Shades of Black Russian #030921
Tints of Black Russian #030921
RGB
CMYK
RGB Variations
Color information
#030921 (or 0x030921) is known color: Black Russian. HEX triplet: 03, 09 and 21. RGB value is (3,9,33). Sum of RGB (Red+Green+Blue) = 3+9+33=45 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.67% from 45); Green value is 9 (3.91% from 255 or 20% from 45); Blue value is 33 (13.28% from 255 or 73.33% from 45); Max value from RGB is 33 - color contains mainly: blue. Hex color #030921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030921 is #FCF6DE. Grayscale: #090909. Windows color (decimal): -16578271 or 2164995. OLE color: 2164995.
HSL color Cylindrical-coordinate representation of color #030921: hue angle of 228º 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 #030921 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 9 | 33 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.87 |
| HSL | 228º | 0.83% | 0.07% | - |
| HSV(B) | 228º | 0.91% | 0.13% | - |
| XYZ | 0.41 | 0.32 | 1.48 | - |
| YUV | 9.94 | 141.01 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 9 | 33 | 0.91 | 0.73 | 0 | 0.87 | 228 | 0.83 | 0.07 |
| Hex | 3 | 9 | 21 | 5B | 49 | 0 | 57 | E4 | 53 | 7 |
| Octal | 3 | 11 | 41 | 133 | 111 | 0 | 127 | 344 | 123 | 7 |
| Binary | 11 | 1001 | 100001 | 1011011 | 1001001 | 0 | 1010111 | 11100100 | 1010011 | 111 |
Color Harmonies of #030921
Complementary color
Monochromatic Colors of #030921
Black with #030921
Text Example
Text Example
White with #030921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030921; }
p { color: rgb(3,9,33); }
H1.HeaderClassName
{
color: #030921;
}
.AnyTagClassName
{
color: #030921;
}
</style>
background-color css
<style>
a { background-color: #030921; }
a { background-color: rgb(3,9,33); }
div.DivClassName
{
background-color: #030921;
}
.BgClassName
{
background-color: #030921;
}
</style>
border-color css
<style>
span { border-color: #030921; }
span { border-color: rgb(3,9,33); }
td.TdClassName
{
border-color: #030921;
}
.TagClassName
{
border-color: #030921;
}
</style>