Shades of Black Russian #030D20
Tints of Black Russian #030D20
RGB
CMYK
RGB Variations
Color information
#030D20 (or 0x030D20) is known color: Black Russian. HEX triplet: 03, 0D and 20. RGB value is (3,13,32). Sum of RGB (Red+Green+Blue) = 3+13+32=48 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.25% from 48); Green value is 13 (5.47% from 255 or 27.08% from 48); Blue value is 32 (12.89% from 255 or 66.67% from 48); Max value from RGB is 32 - color contains mainly: blue. Hex color #030D20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030D20 is #FCF2DF. Grayscale: #0C0C0C. Windows color (decimal): -16577248 or 2100483. OLE color: 2100483.
HSL color Cylindrical-coordinate representation of color #030D20: hue angle of 219.31º 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 #030D20 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 13 | 32 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.87 |
| HSL | 219.31º | 0.83% | 0.07% | - |
| HSV(B) | 219.31º | 0.91% | 0.13% | - |
| XYZ | 0.44 | 0.41 | 1.42 | - |
| YUV | 12.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 32 | 0.91 | 0.59 | 0 | 0.87 | 219.31 | 0.83 | 0.07 |
| Hex | 3 | D | 20 | 5B | 3B | 0 | 57 | DB | 53 | 7 |
| Octal | 3 | 15 | 40 | 133 | 73 | 0 | 127 | 333 | 123 | 7 |
| Binary | 11 | 1101 | 100000 | 1011011 | 111011 | 0 | 1010111 | 11011011 | 1010011 | 111 |
Color Harmonies of #030D20
Complementary color
Monochromatic Colors of #030D20
Black with #030D20
Text Example
Text Example
White with #030D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D20; }
p { color: rgb(3,13,32); }
H1.HeaderClassName
{
color: #030D20;
}
.AnyTagClassName
{
color: #030D20;
}
</style>
background-color css
<style>
a { background-color: #030D20; }
a { background-color: rgb(3,13,32); }
div.DivClassName
{
background-color: #030D20;
}
.BgClassName
{
background-color: #030D20;
}
</style>
border-color css
<style>
span { border-color: #030D20; }
span { border-color: rgb(3,13,32); }
td.TdClassName
{
border-color: #030D20;
}
.TagClassName
{
border-color: #030D20;
}
</style>