Shades of Black Russian #000B2A
Tints of Black Russian #000B2A
RGB
CMYK
RGB Variations
Color information
#000B2A (or 0x000B2A) is known color: Black Russian. HEX triplet: 00, 0B and 2A. RGB value is (0,11,42). Sum of RGB (Red+Green+Blue) = 0+11+42=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 11 (4.69% from 255 or 20.75% from 53); Blue value is 42 (16.80% from 255 or 79.25% from 53); Max value from RGB is 42 - color contains mainly: blue. Hex color #000B2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000B2A is #FFF4D5. Grayscale: #0B0B0B. Windows color (decimal): -16774358 or 2755328. OLE color: 2755328.
HSL color Cylindrical-coordinate representation of color #000B2A: hue angle of 224.29º 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 #000B2A is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 11 | 42 | - |
| CMYK | 1 | 0.74 | 0 | 0.84 |
| HSL | 224.29º | 1% | 0.08% | - |
| HSV(B) | 224.29º | 1% | 0.16% | - |
| XYZ | 0.54 | 0.41 | 2.24 | - |
| YUV | 11.25 | 145.36 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 42 | 1 | 0.74 | 0 | 0.84 | 224.29 | 1 | 0.08 |
| Hex | 0 | B | 2A | 64 | 4A | 0 | 54 | E0 | 64 | 8 |
| Octal | 0 | 13 | 52 | 144 | 112 | 0 | 124 | 340 | 144 | 10 |
| Binary | 0 | 1011 | 101010 | 1100100 | 1001010 | 0 | 1010100 | 11100000 | 1100100 | 1000 |
Color Harmonies of #000B2A
Complementary color
Monochromatic Colors of #000B2A
Black with #000B2A
Text Example
Text Example
White with #000B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B2A; }
p { color: rgb(0,11,42); }
H1.HeaderClassName
{
color: #000B2A;
}
.AnyTagClassName
{
color: #000B2A;
}
</style>
background-color css
<style>
a { background-color: #000B2A; }
a { background-color: rgb(0,11,42); }
div.DivClassName
{
background-color: #000B2A;
}
.BgClassName
{
background-color: #000B2A;
}
</style>
border-color css
<style>
span { border-color: #000B2A; }
span { border-color: rgb(0,11,42); }
td.TdClassName
{
border-color: #000B2A;
}
.TagClassName
{
border-color: #000B2A;
}
</style>