Shades of Black Russian #050C2B
Tints of Black Russian #050C2B
RGB
CMYK
RGB Variations
Color information
#050C2B (or 0x050C2B) is known color: Black Russian. HEX triplet: 05, 0C and 2B. RGB value is (5,12,43). Sum of RGB (Red+Green+Blue) = 5+12+43=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 12 (5.08% from 255 or 20% from 60); Blue value is 43 (17.19% from 255 or 71.67% from 60); Max value from RGB is 43 - color contains mainly: blue. Hex color #050C2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C2B is #FAF3D4. Grayscale: #0D0D0D. Windows color (decimal): -16446421 or 2821125. OLE color: 2821125.
HSL color Cylindrical-coordinate representation of color #050C2B: hue angle of 228.95º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #050C2B is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 12 | 43 | - |
| CMYK | 0.88 | 0.72 | 0 | 0.83 |
| HSL | 228.95º | 0.79% | 0.09% | - |
| HSV(B) | 228.95º | 0.88% | 0.17% | - |
| XYZ | 0.63 | 0.47 | 2.34 | - |
| YUV | 13.44 | 144.68 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 43 | 0.88 | 0.72 | 0 | 0.83 | 228.95 | 0.79 | 0.09 |
| Hex | 5 | C | 2B | 58 | 48 | 0 | 53 | E5 | 4F | 9 |
| Octal | 5 | 14 | 53 | 130 | 110 | 0 | 123 | 345 | 117 | 11 |
| Binary | 101 | 1100 | 101011 | 1011000 | 1001000 | 0 | 1010011 | 11100101 | 1001111 | 1001 |
Color Harmonies of #050C2B
Complementary color
Monochromatic Colors of #050C2B
Black with #050C2B
Text Example
Text Example
White with #050C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C2B; }
p { color: rgb(5,12,43); }
H1.HeaderClassName
{
color: #050C2B;
}
.AnyTagClassName
{
color: #050C2B;
}
</style>
background-color css
<style>
a { background-color: #050C2B; }
a { background-color: rgb(5,12,43); }
div.DivClassName
{
background-color: #050C2B;
}
.BgClassName
{
background-color: #050C2B;
}
</style>
border-color css
<style>
span { border-color: #050C2B; }
span { border-color: rgb(5,12,43); }
td.TdClassName
{
border-color: #050C2B;
}
.TagClassName
{
border-color: #050C2B;
}
</style>