Shades of Black Russian #050C1C
Tints of Black Russian #050C1C
RGB
CMYK
RGB Variations
Color information
#050C1C (or 0x050C1C) is known color: Black Russian. HEX triplet: 05, 0C and 1C. RGB value is (5,12,28). Sum of RGB (Red+Green+Blue) = 5+12+28=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 12 (5.08% from 255 or 26.67% from 45); Blue value is 28 (11.33% from 255 or 62.22% from 45); Max value from RGB is 28 - color contains mainly: blue. Hex color #050C1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C1C is #FAF3E3. Grayscale: #0B0B0B. Windows color (decimal): -16446436 or 1838085. OLE color: 1838085.
HSL color Cylindrical-coordinate representation of color #050C1C: hue angle of 221.74º 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 #050C1C is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 12 | 28 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.89 |
| HSL | 221.74º | 0.7% | 0.06% | - |
| HSV(B) | 221.74º | 0.82% | 0.11% | - |
| XYZ | 0.4 | 0.38 | 1.15 | - |
| YUV | 11.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 28 | 0.82 | 0.57 | 0 | 0.89 | 221.74 | 0.7 | 0.06 |
| Hex | 5 | C | 1C | 52 | 39 | 0 | 59 | DE | 46 | 6 |
| Octal | 5 | 14 | 34 | 122 | 71 | 0 | 131 | 336 | 106 | 6 |
| Binary | 101 | 1100 | 11100 | 1010010 | 111001 | 0 | 1011001 | 11011110 | 1000110 | 110 |
Color Harmonies of #050C1C
Complementary color
Monochromatic Colors of #050C1C
Black with #050C1C
Text Example
Text Example
White with #050C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C1C; }
p { color: rgb(5,12,28); }
H1.HeaderClassName
{
color: #050C1C;
}
.AnyTagClassName
{
color: #050C1C;
}
</style>
background-color css
<style>
a { background-color: #050C1C; }
a { background-color: rgb(5,12,28); }
div.DivClassName
{
background-color: #050C1C;
}
.BgClassName
{
background-color: #050C1C;
}
</style>
border-color css
<style>
span { border-color: #050C1C; }
span { border-color: rgb(5,12,28); }
td.TdClassName
{
border-color: #050C1C;
}
.TagClassName
{
border-color: #050C1C;
}
</style>