Shades of Black Russian #030B1B
Tints of Black Russian #030B1B
RGB
CMYK
RGB Variations
Color information
#030B1B (or 0x030B1B) is known color: Black Russian. HEX triplet: 03, 0B and 1B. RGB value is (3,11,27). Sum of RGB (Red+Green+Blue) = 3+11+27=41 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.32% from 41); Green value is 11 (4.69% from 255 or 26.83% from 41); Blue value is 27 (10.94% from 255 or 65.85% from 41); Max value from RGB is 27 - color contains mainly: blue. Hex color #030B1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030B1B is #FCF4E4. Grayscale: #0A0A0A. Windows color (decimal): -16577765 or 1772291. OLE color: 1772291.
HSL color Cylindrical-coordinate representation of color #030B1B: hue angle of 220º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #030B1B is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 11 | 27 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.89 |
| HSL | 220º | 0.8% | 0.06% | - |
| HSV(B) | 220º | 0.89% | 0.11% | - |
| XYZ | 0.36 | 0.34 | 1.08 | - |
| YUV | 10.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 27 | 0.89 | 0.59 | 0 | 0.89 | 220 | 0.8 | 0.06 |
| Hex | 3 | B | 1B | 59 | 3B | 0 | 59 | DC | 50 | 6 |
| Octal | 3 | 13 | 33 | 131 | 73 | 0 | 131 | 334 | 120 | 6 |
| Binary | 11 | 1011 | 11011 | 1011001 | 111011 | 0 | 1011001 | 11011100 | 1010000 | 110 |
Color Harmonies of #030B1B
Complementary color
Monochromatic Colors of #030B1B
Black with #030B1B
Text Example
Text Example
White with #030B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030B1B; }
p { color: rgb(3,11,27); }
H1.HeaderClassName
{
color: #030B1B;
}
.AnyTagClassName
{
color: #030B1B;
}
</style>
background-color css
<style>
a { background-color: #030B1B; }
a { background-color: rgb(3,11,27); }
div.DivClassName
{
background-color: #030B1B;
}
.BgClassName
{
background-color: #030B1B;
}
</style>
border-color css
<style>
span { border-color: #030B1B; }
span { border-color: rgb(3,11,27); }
td.TdClassName
{
border-color: #030B1B;
}
.TagClassName
{
border-color: #030B1B;
}
</style>