Shades of Black Russian #01040B
Tints of Black Russian #01040B
RGB
CMYK
RGB Variations
Color information
#01040B (or 0x01040B) is known color: Black Russian. HEX triplet: 01, 04 and 0B. RGB value is (1,4,11). Sum of RGB (Red+Green+Blue) = 1+4+11=16 (2% of max value = 765). Red value is 1 (0.78% from 255 or 6.25% from 16); Green value is 4 (1.95% from 255 or 25% from 16); Blue value is 11 (4.69% from 255 or 68.75% from 16); Max value from RGB is 11 - color contains mainly: blue. Hex color #01040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01040B is #FEFBF4. Grayscale: #030303. Windows color (decimal): -16710645 or 721921. OLE color: 721921.
HSL color Cylindrical-coordinate representation of color #01040B: hue angle of 222º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #01040B is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 1 | 4 | 11 | - |
CMYK | 0.91 | 0.64 | 0 | 0.96 |
HSL | 222º | 0.83% | 0.02% | - |
HSV(B) | 222º | 0.91% | 0.04% | - |
XYZ | 0.12 | 0.12 | 0.33 | - |
YUV | 3.9 | 132.01 | 125.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 4 | 11 | 0.91 | 0.64 | 0 | 0.96 | 222 | 0.83 | 0.02 |
Hex | 1 | 4 | B | 5B | 40 | 0 | 60 | DE | 53 | 2 |
Octal | 1 | 4 | 13 | 133 | 100 | 0 | 140 | 336 | 123 | 2 |
Binary | 1 | 100 | 1011 | 1011011 | 1000000 | 0 | 1100000 | 11011110 | 1010011 | 10 |
Color Harmonies of #01040B
Complementary color
Monochromatic Colors of #01040B
Black with #01040B
Text Example
Text Example
White with #01040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01040B; }
p { color: rgb(1,4,11); }
H1.HeaderClassName
{
color: #01040B;
}
.AnyTagClassName
{
color: #01040B;
}
</style>
background-color css
<style>
a { background-color: #01040B; }
a { background-color: rgb(1,4,11); }
div.DivClassName
{
background-color: #01040B;
}
.BgClassName
{
background-color: #01040B;
}
</style>
border-color css
<style>
span { border-color: #01040B; }
span { border-color: rgb(1,4,11); }
td.TdClassName
{
border-color: #01040B;
}
.TagClassName
{
border-color: #01040B;
}
</style>