Shades of Black Russian #00071C
Tints of Black Russian #00071C
RGB
CMYK
RGB Variations
Color information
#00071C (or 0x00071C) is known color: Black Russian. HEX triplet: 00, 07 and 1C. RGB value is (0,7,28). Sum of RGB (Red+Green+Blue) = 0+7+28=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 7 (3.12% from 255 or 20% from 35); Blue value is 28 (11.33% from 255 or 80% from 35); Max value from RGB is 28 - color contains mainly: blue. Hex color #00071C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00071C is #FFF8E3. Grayscale: #070707. Windows color (decimal): -16775396 or 1836800. OLE color: 1836800.
HSL color Cylindrical-coordinate representation of color #00071C: hue angle of 225º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00071C is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 7 | 28 | - |
| CMYK | 1 | 0.75 | 0 | 0.89 |
| HSL | 225º | 1% | 0.05% | - |
| HSV(B) | 225º | 1% | 0.11% | - |
| XYZ | 0.29 | 0.24 | 1.13 | - |
| YUV | 7.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 7 | 28 | 1 | 0.75 | 0 | 0.89 | 225 | 1 | 0.05 |
| Hex | 0 | 7 | 1C | 64 | 4B | 0 | 59 | E1 | 64 | 5 |
| Octal | 0 | 7 | 34 | 144 | 113 | 0 | 131 | 341 | 144 | 5 |
| Binary | 0 | 111 | 11100 | 1100100 | 1001011 | 0 | 1011001 | 11100001 | 1100100 | 101 |
Color Harmonies of #00071C
Complementary color
Monochromatic Colors of #00071C
Black with #00071C
Text Example
Text Example
White with #00071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00071C; }
p { color: rgb(0,7,28); }
H1.HeaderClassName
{
color: #00071C;
}
.AnyTagClassName
{
color: #00071C;
}
</style>
background-color css
<style>
a { background-color: #00071C; }
a { background-color: rgb(0,7,28); }
div.DivClassName
{
background-color: #00071C;
}
.BgClassName
{
background-color: #00071C;
}
</style>
border-color css
<style>
span { border-color: #00071C; }
span { border-color: rgb(0,7,28); }
td.TdClassName
{
border-color: #00071C;
}
.TagClassName
{
border-color: #00071C;
}
</style>