Shades of Black Russian #07001D
Tints of Black Russian #07001D
RGB
CMYK
RGB Variations
Color information
#07001D (or 0x07001D) is known color: Black Russian. HEX triplet: 07, 00 and 1D. RGB value is (7,0,29). Sum of RGB (Red+Green+Blue) = 7+0+29=36 (4% of max value = 765). Red value is 7 (3.12% from 255 or 19.44% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 29 (11.72% from 255 or 80.56% from 36); Max value from RGB is 29 - color contains mainly: blue. Hex color #07001D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07001D is #F8FFE2. Grayscale: #050505. Windows color (decimal): -16318435 or 1900551. OLE color: 1900551.
HSL color Cylindrical-coordinate representation of color #07001D: hue angle of 254.48º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #07001D is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 0 | 29 | - |
| CMYK | 0.76 | 1 | 0 | 0.89 |
| HSL | 254.48º | 1% | 0.06% | - |
| HSV(B) | 254.48º | 1% | 0.11% | - |
| XYZ | 0.31 | 0.13 | 1.17 | - |
| YUV | 5.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 29 | 0.76 | 1 | 0 | 0.89 | 254.48 | 1 | 0.06 |
| Hex | 7 | 0 | 1D | 4C | 64 | 0 | 59 | FE | 64 | 6 |
| Octal | 7 | 0 | 35 | 114 | 144 | 0 | 131 | 376 | 144 | 6 |
| Binary | 111 | 0 | 11101 | 1001100 | 1100100 | 0 | 1011001 | 11111110 | 1100100 | 110 |
Color Harmonies of #07001D
Complementary color
Monochromatic Colors of #07001D
Black with #07001D
Text Example
Text Example
White with #07001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07001D; }
p { color: rgb(7,0,29); }
H1.HeaderClassName
{
color: #07001D;
}
.AnyTagClassName
{
color: #07001D;
}
</style>
background-color css
<style>
a { background-color: #07001D; }
a { background-color: rgb(7,0,29); }
div.DivClassName
{
background-color: #07001D;
}
.BgClassName
{
background-color: #07001D;
}
</style>
border-color css
<style>
span { border-color: #07001D; }
span { border-color: rgb(7,0,29); }
td.TdClassName
{
border-color: #07001D;
}
.TagClassName
{
border-color: #07001D;
}
</style>