Shades of Black Russian #030B1F
Tints of Black Russian #030B1F
RGB
CMYK
RGB Variations
Color information
#030B1F (or 0x030B1F) is known color: Black Russian. HEX triplet: 03, 0B and 1F. RGB value is (3,11,31). Sum of RGB (Red+Green+Blue) = 3+11+31=45 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.67% from 45); Green value is 11 (4.69% from 255 or 24.44% from 45); Blue value is 31 (12.5% from 255 or 68.89% from 45); Max value from RGB is 31 - color contains mainly: blue. Hex color #030B1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030B1F is #FCF4E0. Grayscale: #0A0A0A. Windows color (decimal): -16577761 or 2034435. OLE color: 2034435.
HSL color Cylindrical-coordinate representation of color #030B1F: hue angle of 222.86º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #030B1F is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 3 | 11 | 31 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.88 |
| HSL | 222.86º | 0.82% | 0.07% | - |
| HSV(B) | 222.86º | 0.9% | 0.12% | - |
| XYZ | 0.4 | 0.36 | 1.34 | - |
| YUV | 10.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 31 | 0.90 | 0.65 | 0 | 0.88 | 222.86 | 0.82 | 0.07 |
| Hex | 3 | B | 1F | 5A | 41 | 0 | 58 | DF | 52 | 7 |
| Octal | 3 | 13 | 37 | 132 | 101 | 0 | 130 | 337 | 122 | 7 |
| Binary | 11 | 1011 | 11111 | 1011010 | 1000001 | 0 | 1011000 | 11011111 | 1010010 | 111 |
Color Harmonies of #030B1F
Complementary color
Monochromatic Colors of #030B1F
Black with #030B1F
Text Example
Text Example
White with #030B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030B1F; }
p { color: rgb(3,11,31); }
H1.HeaderClassName
{
color: #030B1F;
}
.AnyTagClassName
{
color: #030B1F;
}
</style>
background-color css
<style>
a { background-color: #030B1F; }
a { background-color: rgb(3,11,31); }
div.DivClassName
{
background-color: #030B1F;
}
.BgClassName
{
background-color: #030B1F;
}
</style>
border-color css
<style>
span { border-color: #030B1F; }
span { border-color: rgb(3,11,31); }
td.TdClassName
{
border-color: #030B1F;
}
.TagClassName
{
border-color: #030B1F;
}
</style>