Shades of Black Russian #05081C
Tints of Black Russian #05081C
RGB
CMYK
RGB Variations
Color information
#05081C (or 0x05081C) is known color: Black Russian. HEX triplet: 05, 08 and 1C. RGB value is (5,8,28). Sum of RGB (Red+Green+Blue) = 5+8+28=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 8 (3.52% from 255 or 19.51% from 41); Blue value is 28 (11.33% from 255 or 68.29% from 41); Max value from RGB is 28 - color contains mainly: blue. Hex color #05081C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05081C is #FAF7E3. Grayscale: #090909. Windows color (decimal): -16447460 or 1837061. OLE color: 1837061.
HSL color Cylindrical-coordinate representation of color #05081C: hue angle of 232.17º 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 #05081C is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 8 | 28 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.89 |
| HSL | 232.17º | 0.7% | 0.06% | - |
| HSV(B) | 232.17º | 0.82% | 0.11% | - |
| XYZ | 0.36 | 0.29 | 1.14 | - |
| YUV | 9.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 28 | 0.82 | 0.71 | 0 | 0.89 | 232.17 | 0.7 | 0.06 |
| Hex | 5 | 8 | 1C | 52 | 47 | 0 | 59 | E8 | 46 | 6 |
| Octal | 5 | 10 | 34 | 122 | 107 | 0 | 131 | 350 | 106 | 6 |
| Binary | 101 | 1000 | 11100 | 1010010 | 1000111 | 0 | 1011001 | 11101000 | 1000110 | 110 |
Color Harmonies of #05081C
Complementary color
Monochromatic Colors of #05081C
Black with #05081C
Text Example
Text Example
White with #05081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05081C; }
p { color: rgb(5,8,28); }
H1.HeaderClassName
{
color: #05081C;
}
.AnyTagClassName
{
color: #05081C;
}
</style>
background-color css
<style>
a { background-color: #05081C; }
a { background-color: rgb(5,8,28); }
div.DivClassName
{
background-color: #05081C;
}
.BgClassName
{
background-color: #05081C;
}
</style>
border-color css
<style>
span { border-color: #05081C; }
span { border-color: rgb(5,8,28); }
td.TdClassName
{
border-color: #05081C;
}
.TagClassName
{
border-color: #05081C;
}
</style>