Shades of Black Russian #050912
Tints of Black Russian #050912
RGB
CMYK
RGB Variations
Color information
#050912 (or 0x050912) is known color: Black Russian. HEX triplet: 05, 09 and 12. RGB value is (5,9,18). Sum of RGB (Red+Green+Blue) = 5+9+18=32 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.62% from 32); Green value is 9 (3.91% from 255 or 28.12% from 32); Blue value is 18 (7.42% from 255 or 56.25% from 32); Max value from RGB is 18 - color contains mainly: blue. Hex color #050912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050912 is #FAF6ED. Grayscale: #080808. Windows color (decimal): -16447214 or 1181957. OLE color: 1181957.
HSL color Cylindrical-coordinate representation of color #050912: hue angle of 221.54º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #050912 is Cyan = 0.72, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 9 | 18 | - |
| CMYK | 0.72 | 0.5 | 0 | 0.93 |
| HSL | 221.54º | 0.57% | 0.05% | - |
| HSV(B) | 221.54º | 0.72% | 0.07% | - |
| XYZ | 0.27 | 0.27 | 0.61 | - |
| YUV | 8.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 9 | 18 | 0.72 | 0.5 | 0 | 0.93 | 221.54 | 0.57 | 0.05 |
| Hex | 5 | 9 | 12 | 48 | 32 | 0 | 5D | DE | 39 | 5 |
| Octal | 5 | 11 | 22 | 110 | 62 | 0 | 135 | 336 | 71 | 5 |
| Binary | 101 | 1001 | 10010 | 1001000 | 110010 | 0 | 1011101 | 11011110 | 111001 | 101 |
Color Harmonies of #050912
Complementary color
Monochromatic Colors of #050912
Black with #050912
Text Example
Text Example
White with #050912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050912; }
p { color: rgb(5,9,18); }
H1.HeaderClassName
{
color: #050912;
}
.AnyTagClassName
{
color: #050912;
}
</style>
background-color css
<style>
a { background-color: #050912; }
a { background-color: rgb(5,9,18); }
div.DivClassName
{
background-color: #050912;
}
.BgClassName
{
background-color: #050912;
}
</style>
border-color css
<style>
span { border-color: #050912; }
span { border-color: rgb(5,9,18); }
td.TdClassName
{
border-color: #050912;
}
.TagClassName
{
border-color: #050912;
}
</style>