Shades of Black Russian #00011B
Tints of Black Russian #00011B
RGB
CMYK
RGB Variations
Color information
#00011B (or 0x00011B) is known color: Black Russian. HEX triplet: 00, 01 and 1B. RGB value is (0,1,27). Sum of RGB (Red+Green+Blue) = 0+1+27=28 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 28); Green value is 1 (0.78% from 255 or 3.57% from 28); Blue value is 27 (10.94% from 255 or 96.43% from 28); Max value from RGB is 27 - color contains mainly: blue. Hex color #00011B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00011B is #FFFEE4. Grayscale: #030303. Windows color (decimal): -16776933 or 1769728. OLE color: 1769728.
HSL color Cylindrical-coordinate representation of color #00011B: hue angle of 237.78º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00011B is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 1 | 27 | - |
| CMYK | 1 | 0.96 | 0 | 0.89 |
| HSL | 237.78º | 1% | 0.05% | - |
| HSV(B) | 237.78º | 1% | 0.11% | - |
| XYZ | 0.21 | 0.1 | 1.05 | - |
| YUV | 3.67 | 141.17 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 27 | 1 | 0.96 | 0 | 0.89 | 237.78 | 1 | 0.05 |
| Hex | 0 | 1 | 1B | 64 | 60 | 0 | 59 | EE | 64 | 5 |
| Octal | 0 | 1 | 33 | 144 | 140 | 0 | 131 | 356 | 144 | 5 |
| Binary | 0 | 1 | 11011 | 1100100 | 1100000 | 0 | 1011001 | 11101110 | 1100100 | 101 |
Color Harmonies of #00011B
Complementary color
Monochromatic Colors of #00011B
Black with #00011B
Text Example
Text Example
White with #00011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00011B; }
p { color: rgb(0,1,27); }
H1.HeaderClassName
{
color: #00011B;
}
.AnyTagClassName
{
color: #00011B;
}
</style>
background-color css
<style>
a { background-color: #00011B; }
a { background-color: rgb(0,1,27); }
div.DivClassName
{
background-color: #00011B;
}
.BgClassName
{
background-color: #00011B;
}
</style>
border-color css
<style>
span { border-color: #00011B; }
span { border-color: rgb(0,1,27); }
td.TdClassName
{
border-color: #00011B;
}
.TagClassName
{
border-color: #00011B;
}
</style>