Shades of Black Russian #05062B
Tints of Black Russian #05062B
RGB
CMYK
RGB Variations
Color information
#05062B (or 0x05062B) is known color: Black Russian. HEX triplet: 05, 06 and 2B. RGB value is (5,6,43). Sum of RGB (Red+Green+Blue) = 5+6+43=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 43 (17.19% from 255 or 79.63% from 54); Max value from RGB is 43 - color contains mainly: blue. Hex color #05062B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05062B is #FAF9D4. Grayscale: #090909. Windows color (decimal): -16447957 or 2819589. OLE color: 2819589.
HSL color Cylindrical-coordinate representation of color #05062B: hue angle of 238.42º 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 #05062B is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 6 | 43 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.83 |
| HSL | 238.42º | 0.79% | 0.09% | - |
| HSV(B) | 238.42º | 0.88% | 0.17% | - |
| XYZ | 0.56 | 0.34 | 2.32 | - |
| YUV | 9.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 6 | 43 | 0.88 | 0.86 | 0 | 0.83 | 238.42 | 0.79 | 0.09 |
| Hex | 5 | 6 | 2B | 58 | 56 | 0 | 53 | EE | 4F | 9 |
| Octal | 5 | 6 | 53 | 130 | 126 | 0 | 123 | 356 | 117 | 11 |
| Binary | 101 | 110 | 101011 | 1011000 | 1010110 | 0 | 1010011 | 11101110 | 1001111 | 1001 |
Color Harmonies of #05062B
Complementary color
Monochromatic Colors of #05062B
Black with #05062B
Text Example
Text Example
White with #05062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05062B; }
p { color: rgb(5,6,43); }
H1.HeaderClassName
{
color: #05062B;
}
.AnyTagClassName
{
color: #05062B;
}
</style>
background-color css
<style>
a { background-color: #05062B; }
a { background-color: rgb(5,6,43); }
div.DivClassName
{
background-color: #05062B;
}
.BgClassName
{
background-color: #05062B;
}
</style>
border-color css
<style>
span { border-color: #05062B; }
span { border-color: rgb(5,6,43); }
td.TdClassName
{
border-color: #05062B;
}
.TagClassName
{
border-color: #05062B;
}
</style>