Shades of Black Russian #000B28
Tints of Black Russian #000B28
RGB
CMYK
RGB Variations
Color information
#000B28 (or 0x000B28) is known color: Black Russian. HEX triplet: 00, 0B and 28. RGB value is (0,11,40). Sum of RGB (Red+Green+Blue) = 0+11+40=51 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 51); Green value is 11 (4.69% from 255 or 21.57% from 51); Blue value is 40 (16.02% from 255 or 78.43% from 51); Max value from RGB is 40 - color contains mainly: blue. Hex color #000B28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000B28 is #FFF4D7. Grayscale: #0A0A0A. Windows color (decimal): -16774360 or 2624256. OLE color: 2624256.
HSL color Cylindrical-coordinate representation of color #000B28: hue angle of 223.5º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B28 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 11 | 40 | - |
| CMYK | 1 | 0.72 | 0 | 0.84 |
| HSL | 223.5º | 1% | 0.08% | - |
| HSV(B) | 223.5º | 1% | 0.16% | - |
| XYZ | 0.5 | 0.39 | 2.06 | - |
| YUV | 11.02 | 144.36 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 40 | 1 | 0.72 | 0 | 0.84 | 223.5 | 1 | 0.08 |
| Hex | 0 | B | 28 | 64 | 48 | 0 | 54 | E0 | 64 | 8 |
| Octal | 0 | 13 | 50 | 144 | 110 | 0 | 124 | 340 | 144 | 10 |
| Binary | 0 | 1011 | 101000 | 1100100 | 1001000 | 0 | 1010100 | 11100000 | 1100100 | 1000 |
Color Harmonies of #000B28
Complementary color
Monochromatic Colors of #000B28
Black with #000B28
Text Example
Text Example
White with #000B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B28; }
p { color: rgb(0,11,40); }
H1.HeaderClassName
{
color: #000B28;
}
.AnyTagClassName
{
color: #000B28;
}
</style>
background-color css
<style>
a { background-color: #000B28; }
a { background-color: rgb(0,11,40); }
div.DivClassName
{
background-color: #000B28;
}
.BgClassName
{
background-color: #000B28;
}
</style>
border-color css
<style>
span { border-color: #000B28; }
span { border-color: rgb(0,11,40); }
td.TdClassName
{
border-color: #000B28;
}
.TagClassName
{
border-color: #000B28;
}
</style>