Shades of Black Russian #07001C
Tints of Black Russian #07001C
RGB
CMYK
RGB Variations
Color information
#07001C (or 0x07001C) is known color: Black Russian. HEX triplet: 07, 00 and 1C. RGB value is (7,0,28). Sum of RGB (Red+Green+Blue) = 7+0+28=35 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20% from 35); Green value is 0 (0.39% from 255 or 0% 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 #07001C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07001C is #F8FFE3. Grayscale: #050505. Windows color (decimal): -16318436 or 1835015. OLE color: 1835015.
HSL color Cylindrical-coordinate representation of color #07001C: hue angle of 255º 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 #07001C is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 0 | 28 | - |
| CMYK | 0.75 | 1 | 0 | 0.89 |
| HSL | 255º | 1% | 0.05% | - |
| HSV(B) | 255º | 1% | 0.11% | - |
| XYZ | 0.3 | 0.13 | 1.11 | - |
| YUV | 5.29 | 140.82 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 28 | 0.75 | 1 | 0 | 0.89 | 255 | 1 | 0.05 |
| Hex | 7 | 0 | 1C | 4B | 64 | 0 | 59 | FF | 64 | 5 |
| Octal | 7 | 0 | 34 | 113 | 144 | 0 | 131 | 377 | 144 | 5 |
| Binary | 111 | 0 | 11100 | 1001011 | 1100100 | 0 | 1011001 | 11111111 | 1100100 | 101 |
Color Harmonies of #07001C
Complementary color
Monochromatic Colors of #07001C
Black with #07001C
Text Example
Text Example
White with #07001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07001C; }
p { color: rgb(7,0,28); }
H1.HeaderClassName
{
color: #07001C;
}
.AnyTagClassName
{
color: #07001C;
}
</style>
background-color css
<style>
a { background-color: #07001C; }
a { background-color: rgb(7,0,28); }
div.DivClassName
{
background-color: #07001C;
}
.BgClassName
{
background-color: #07001C;
}
</style>
border-color css
<style>
span { border-color: #07001C; }
span { border-color: rgb(7,0,28); }
td.TdClassName
{
border-color: #07001C;
}
.TagClassName
{
border-color: #07001C;
}
</style>