Shades of Black Russian #05071C
Tints of Black Russian #05071C
RGB
CMYK
RGB Variations
Color information
#05071C (or 0x05071C) is known color: Black Russian. HEX triplet: 05, 07 and 1C. RGB value is (5,7,28). Sum of RGB (Red+Green+Blue) = 5+7+28=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 28 (11.33% from 255 or 70% from 40); Max value from RGB is 28 - color contains mainly: blue. Hex color #05071C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05071C is #FAF8E3. Grayscale: #080808. Windows color (decimal): -16447716 or 1836805. OLE color: 1836805.
HSL color Cylindrical-coordinate representation of color #05071C: hue angle of 234.78º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #05071C is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 7 | 28 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.89 |
| HSL | 234.78º | 0.7% | 0.06% | - |
| HSV(B) | 234.78º | 0.82% | 0.11% | - |
| XYZ | 0.35 | 0.27 | 1.13 | - |
| YUV | 8.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 7 | 28 | 0.82 | 0.75 | 0 | 0.89 | 234.78 | 0.7 | 0.06 |
| Hex | 5 | 7 | 1C | 52 | 4B | 0 | 59 | EB | 46 | 6 |
| Octal | 5 | 7 | 34 | 122 | 113 | 0 | 131 | 353 | 106 | 6 |
| Binary | 101 | 111 | 11100 | 1010010 | 1001011 | 0 | 1011001 | 11101011 | 1000110 | 110 |
Color Harmonies of #05071C
Complementary color
Monochromatic Colors of #05071C
Black with #05071C
Text Example
Text Example
White with #05071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05071C; }
p { color: rgb(5,7,28); }
H1.HeaderClassName
{
color: #05071C;
}
.AnyTagClassName
{
color: #05071C;
}
</style>
background-color css
<style>
a { background-color: #05071C; }
a { background-color: rgb(5,7,28); }
div.DivClassName
{
background-color: #05071C;
}
.BgClassName
{
background-color: #05071C;
}
</style>
border-color css
<style>
span { border-color: #05071C; }
span { border-color: rgb(5,7,28); }
td.TdClassName
{
border-color: #05071C;
}
.TagClassName
{
border-color: #05071C;
}
</style>