Shades of Black Russian #00002D
Tints of Black Russian #00002D
RGB
CMYK
RGB Variations
Color information
#00002D (or 0x00002D) is known color: Black Russian. HEX triplet: 00, 00 and 2D. RGB value is (0,0,45). Sum of RGB (Red+Green+Blue) = 0+0+45=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 0 (0.39% from 255 or 0% from 45); Blue value is 45 (17.97% from 255 or 100% from 45); Max value from RGB is 45 - color contains mainly: blue. Hex color #00002D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00002D is #FFFFD2. Grayscale: #040404. Windows color (decimal): -16777171 or 2949120. OLE color: 2949120.
HSL color Cylindrical-coordinate representation of color #00002D: hue angle of 240º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00002D is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 0 | 0 | 45 | - |
CMYK | 1 | 1 | 0 | 0.82 |
HSL | 240º | 1% | 0.09% | - |
HSV(B) | 240º | 1% | 0.18% | - |
XYZ | 0.47 | 0.19 | 2.49 | - |
YUV | 5.13 | 150.5 | 124.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 0 | 45 | 1 | 1 | 0 | 0.82 | 240 | 1 | 0.09 |
Hex | 0 | 0 | 2D | 64 | 64 | 0 | 52 | F0 | 64 | 9 |
Octal | 0 | 0 | 55 | 144 | 144 | 0 | 122 | 360 | 144 | 11 |
Binary | 0 | 0 | 101101 | 1100100 | 1100100 | 0 | 1010010 | 11110000 | 1100100 | 1001 |
Color Harmonies of #00002D
Complementary color
Monochromatic Colors of #00002D
Black with #00002D
Text Example
Text Example
White with #00002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00002D; }
p { color: rgb(0,0,45); }
H1.HeaderClassName
{
color: #00002D;
}
.AnyTagClassName
{
color: #00002D;
}
</style>
background-color css
<style>
a { background-color: #00002D; }
a { background-color: rgb(0,0,45); }
div.DivClassName
{
background-color: #00002D;
}
.BgClassName
{
background-color: #00002D;
}
</style>
border-color css
<style>
span { border-color: #00002D; }
span { border-color: rgb(0,0,45); }
td.TdClassName
{
border-color: #00002D;
}
.TagClassName
{
border-color: #00002D;
}
</style>