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