Shades of Black Russian #030D21
Tints of Black Russian #030D21
RGB
CMYK
RGB Variations
Color information
#030D21 (or 0x030D21) is known color: Black Russian. HEX triplet: 03, 0D and 21. RGB value is (3,13,33). Sum of RGB (Red+Green+Blue) = 3+13+33=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 33 (13.28% from 255 or 67.35% from 49); Max value from RGB is 33 - color contains mainly: blue. Hex color #030D21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030D21 is #FCF2DE. Grayscale: #0C0C0C. Windows color (decimal): -16577247 or 2166019. OLE color: 2166019.
HSL color Cylindrical-coordinate representation of color #030D21: hue angle of 220º 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 #030D21 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 13 | 33 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.87 |
| HSL | 220º | 0.83% | 0.07% | - |
| HSV(B) | 220º | 0.91% | 0.13% | - |
| XYZ | 0.46 | 0.42 | 1.5 | - |
| YUV | 12.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 33 | 0.91 | 0.61 | 0 | 0.87 | 220 | 0.83 | 0.07 |
| Hex | 3 | D | 21 | 5B | 3D | 0 | 57 | DC | 53 | 7 |
| Octal | 3 | 15 | 41 | 133 | 75 | 0 | 127 | 334 | 123 | 7 |
| Binary | 11 | 1101 | 100001 | 1011011 | 111101 | 0 | 1010111 | 11011100 | 1010011 | 111 |
Color Harmonies of #030D21
Complementary color
Monochromatic Colors of #030D21
Black with #030D21
Text Example
Text Example
White with #030D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D21; }
p { color: rgb(3,13,33); }
H1.HeaderClassName
{
color: #030D21;
}
.AnyTagClassName
{
color: #030D21;
}
</style>
background-color css
<style>
a { background-color: #030D21; }
a { background-color: rgb(3,13,33); }
div.DivClassName
{
background-color: #030D21;
}
.BgClassName
{
background-color: #030D21;
}
</style>
border-color css
<style>
span { border-color: #030D21; }
span { border-color: rgb(3,13,33); }
td.TdClassName
{
border-color: #030D21;
}
.TagClassName
{
border-color: #030D21;
}
</style>