Shades of Black Russian #00002A
Tints of Black Russian #00002A
RGB
CMYK
RGB Variations
Color information
#00002A (or 0x00002A) is known color: Black Russian. HEX triplet: 00, 00 and 2A. RGB value is (0,0,42). Sum of RGB (Red+Green+Blue) = 0+0+42=42 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 42 (16.80% from 255 or 100% from 42); Max value from RGB is 42 - color contains mainly: blue. Hex color #00002A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00002A is #FFFFD5. Grayscale: #040404. Windows color (decimal): -16777174 or 2752512. OLE color: 2752512.
HSL color Cylindrical-coordinate representation of color #00002A: hue angle of 240º 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 #00002A is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
RGB | 0 | 0 | 42 | - |
CMYK | 1 | 1 | 0 | 0.84 |
HSL | 240º | 1% | 0.08% | - |
HSV(B) | 240º | 1% | 0.16% | - |
XYZ | 0.42 | 0.17 | 2.2 | - |
YUV | 4.79 | 149 | 124.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 0 | 42 | 1 | 1 | 0 | 0.84 | 240 | 1 | 0.08 |
Hex | 0 | 0 | 2A | 64 | 64 | 0 | 54 | F0 | 64 | 8 |
Octal | 0 | 0 | 52 | 144 | 144 | 0 | 124 | 360 | 144 | 10 |
Binary | 0 | 0 | 101010 | 1100100 | 1100100 | 0 | 1010100 | 11110000 | 1100100 | 1000 |
Color Harmonies of #00002A
Complementary color
Monochromatic Colors of #00002A
Black with #00002A
Text Example
Text Example
White with #00002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00002A; }
p { color: rgb(0,0,42); }
H1.HeaderClassName
{
color: #00002A;
}
.AnyTagClassName
{
color: #00002A;
}
</style>
background-color css
<style>
a { background-color: #00002A; }
a { background-color: rgb(0,0,42); }
div.DivClassName
{
background-color: #00002A;
}
.BgClassName
{
background-color: #00002A;
}
</style>
border-color css
<style>
span { border-color: #00002A; }
span { border-color: rgb(0,0,42); }
td.TdClassName
{
border-color: #00002A;
}
.TagClassName
{
border-color: #00002A;
}
</style>