Shades of Black Russian #00002B
Tints of Black Russian #00002B
RGB
CMYK
RGB Variations
Color information
#00002B (or 0x00002B) is known color: Black Russian. HEX triplet: 00, 00 and 2B. RGB value is (0,0,43). Sum of RGB (Red+Green+Blue) = 0+0+43=43 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 43 (17.19% from 255 or 100% from 43); Max value from RGB is 43 - color contains mainly: blue. Hex color #00002B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00002B is #FFFFD4. Grayscale: #040404. Windows color (decimal): -16777173 or 2818048. OLE color: 2818048.
HSL color Cylindrical-coordinate representation of color #00002B: hue angle of 240º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00002B is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
RGB | 0 | 0 | 43 | - |
CMYK | 1 | 1 | 0 | 0.83 |
HSL | 240º | 1% | 0.08% | - |
HSV(B) | 240º | 1% | 0.17% | - |
XYZ | 0.44 | 0.17 | 2.3 | - |
YUV | 4.9 | 149.5 | 124.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 0 | 43 | 1 | 1 | 0 | 0.83 | 240 | 1 | 0.08 |
Hex | 0 | 0 | 2B | 64 | 64 | 0 | 53 | F0 | 64 | 8 |
Octal | 0 | 0 | 53 | 144 | 144 | 0 | 123 | 360 | 144 | 10 |
Binary | 0 | 0 | 101011 | 1100100 | 1100100 | 0 | 1010011 | 11110000 | 1100100 | 1000 |
Color Harmonies of #00002B
Complementary color
Monochromatic Colors of #00002B
Black with #00002B
Text Example
Text Example
White with #00002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00002B; }
p { color: rgb(0,0,43); }
H1.HeaderClassName
{
color: #00002B;
}
.AnyTagClassName
{
color: #00002B;
}
</style>
background-color css
<style>
a { background-color: #00002B; }
a { background-color: rgb(0,0,43); }
div.DivClassName
{
background-color: #00002B;
}
.BgClassName
{
background-color: #00002B;
}
</style>
border-color css
<style>
span { border-color: #00002B; }
span { border-color: rgb(0,0,43); }
td.TdClassName
{
border-color: #00002B;
}
.TagClassName
{
border-color: #00002B;
}
</style>