Shades of Black Russian #05012A
Tints of Black Russian #05012A
RGB
CMYK
RGB Variations
Color information
#05012A (or 0x05012A) is known color: Black Russian. HEX triplet: 05, 01 and 2A. RGB value is (5,1,42). Sum of RGB (Red+Green+Blue) = 5+1+42=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 42 (16.80% from 255 or 87.5% from 48); Max value from RGB is 42 - color contains mainly: blue. Hex color #05012A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05012A is #FAFED5. Grayscale: #060606. Windows color (decimal): -16449238 or 2752773. OLE color: 2752773.
HSL color Cylindrical-coordinate representation of color #05012A: hue angle of 245.85º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05012A is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 1 | 42 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.84 |
| HSL | 245.85º | 0.95% | 0.08% | - |
| HSV(B) | 245.85º | 0.98% | 0.16% | - |
| XYZ | 0.49 | 0.22 | 2.21 | - |
| YUV | 6.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 42 | 0.88 | 0.98 | 0 | 0.84 | 245.85 | 0.95 | 0.08 |
| Hex | 5 | 1 | 2A | 58 | 62 | 0 | 54 | F6 | 5F | 8 |
| Octal | 5 | 1 | 52 | 130 | 142 | 0 | 124 | 366 | 137 | 10 |
| Binary | 101 | 1 | 101010 | 1011000 | 1100010 | 0 | 1010100 | 11110110 | 1011111 | 1000 |
Color Harmonies of #05012A
Complementary color
Monochromatic Colors of #05012A
Black with #05012A
Text Example
Text Example
White with #05012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05012A; }
p { color: rgb(5,1,42); }
H1.HeaderClassName
{
color: #05012A;
}
.AnyTagClassName
{
color: #05012A;
}
</style>
background-color css
<style>
a { background-color: #05012A; }
a { background-color: rgb(5,1,42); }
div.DivClassName
{
background-color: #05012A;
}
.BgClassName
{
background-color: #05012A;
}
</style>
border-color css
<style>
span { border-color: #05012A; }
span { border-color: rgb(5,1,42); }
td.TdClassName
{
border-color: #05012A;
}
.TagClassName
{
border-color: #05012A;
}
</style>