Shades of Black Russian #030B1D
Tints of Black Russian #030B1D
RGB
CMYK
RGB Variations
Color information
#030B1D (or 0x030B1D) is known color: Black Russian. HEX triplet: 03, 0B and 1D. RGB value is (3,11,29). Sum of RGB (Red+Green+Blue) = 3+11+29=43 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.98% from 43); Green value is 11 (4.69% from 255 or 25.58% from 43); Blue value is 29 (11.72% from 255 or 67.44% from 43); Max value from RGB is 29 - color contains mainly: blue. Hex color #030B1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030B1D is #FCF4E2. Grayscale: #0A0A0A. Windows color (decimal): -16577763 or 1903363. OLE color: 1903363.
HSL color Cylindrical-coordinate representation of color #030B1D: hue angle of 221.54º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #030B1D is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 11 | 29 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.89 |
| HSL | 221.54º | 0.81% | 0.06% | - |
| HSV(B) | 221.54º | 0.9% | 0.11% | - |
| XYZ | 0.38 | 0.35 | 1.21 | - |
| YUV | 10.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 29 | 0.90 | 0.62 | 0 | 0.89 | 221.54 | 0.81 | 0.06 |
| Hex | 3 | B | 1D | 5A | 3E | 0 | 59 | DE | 51 | 6 |
| Octal | 3 | 13 | 35 | 132 | 76 | 0 | 131 | 336 | 121 | 6 |
| Binary | 11 | 1011 | 11101 | 1011010 | 111110 | 0 | 1011001 | 11011110 | 1010001 | 110 |
Color Harmonies of #030B1D
Complementary color
Monochromatic Colors of #030B1D
Black with #030B1D
Text Example
Text Example
White with #030B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030B1D; }
p { color: rgb(3,11,29); }
H1.HeaderClassName
{
color: #030B1D;
}
.AnyTagClassName
{
color: #030B1D;
}
</style>
background-color css
<style>
a { background-color: #030B1D; }
a { background-color: rgb(3,11,29); }
div.DivClassName
{
background-color: #030B1D;
}
.BgClassName
{
background-color: #030B1D;
}
</style>
border-color css
<style>
span { border-color: #030B1D; }
span { border-color: rgb(3,11,29); }
td.TdClassName
{
border-color: #030B1D;
}
.TagClassName
{
border-color: #030B1D;
}
</style>