Shades of Black Russian #030B2B
Tints of Black Russian #030B2B
RGB
CMYK
RGB Variations
Color information
#030B2B (or 0x030B2B) is known color: Black Russian. HEX triplet: 03, 0B and 2B. RGB value is (3,11,43). Sum of RGB (Red+Green+Blue) = 3+11+43=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 11 (4.69% from 255 or 19.30% from 57); Blue value is 43 (17.19% from 255 or 75.44% from 57); Max value from RGB is 43 - color contains mainly: blue. Hex color #030B2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030B2B is #FCF4D4. Grayscale: #0C0C0C. Windows color (decimal): -16577749 or 2820867. OLE color: 2820867.
HSL color Cylindrical-coordinate representation of color #030B2B: hue angle of 228º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #030B2B is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 3 | 11 | 43 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.83 |
| HSL | 228º | 0.87% | 0.09% | - |
| HSV(B) | 228º | 0.93% | 0.17% | - |
| XYZ | 0.59 | 0.43 | 2.34 | - |
| YUV | 12.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 43 | 0.93 | 0.74 | 0 | 0.83 | 228 | 0.87 | 0.09 |
| Hex | 3 | B | 2B | 5D | 4A | 0 | 53 | E4 | 57 | 9 |
| Octal | 3 | 13 | 53 | 135 | 112 | 0 | 123 | 344 | 127 | 11 |
| Binary | 11 | 1011 | 101011 | 1011101 | 1001010 | 0 | 1010011 | 11100100 | 1010111 | 1001 |
Color Harmonies of #030B2B
Complementary color
Monochromatic Colors of #030B2B
Black with #030B2B
Text Example
Text Example
White with #030B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030B2B; }
p { color: rgb(3,11,43); }
H1.HeaderClassName
{
color: #030B2B;
}
.AnyTagClassName
{
color: #030B2B;
}
</style>
background-color css
<style>
a { background-color: #030B2B; }
a { background-color: rgb(3,11,43); }
div.DivClassName
{
background-color: #030B2B;
}
.BgClassName
{
background-color: #030B2B;
}
</style>
border-color css
<style>
span { border-color: #030B2B; }
span { border-color: rgb(3,11,43); }
td.TdClassName
{
border-color: #030B2B;
}
.TagClassName
{
border-color: #030B2B;
}
</style>