Shades of Black Russian #04012B
Tints of Black Russian #04012B
RGB
CMYK
RGB Variations
Color information
#04012B (or 0x04012B) is known color: Black Russian. HEX triplet: 04, 01 and 2B. RGB value is (4,1,43). Sum of RGB (Red+Green+Blue) = 4+1+43=48 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.33% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 43 (17.19% from 255 or 89.58% from 48); Max value from RGB is 43 - color contains mainly: blue. Hex color #04012B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04012B is #FBFED4. Grayscale: #060606. Windows color (decimal): -16514773 or 2818308. OLE color: 2818308.
HSL color Cylindrical-coordinate representation of color #04012B: hue angle of 244.29º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04012B is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 4 | 1 | 43 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.83 |
| HSL | 244.29º | 0.95% | 0.09% | - |
| HSV(B) | 244.29º | 0.98% | 0.17% | - |
| XYZ | 0.5 | 0.22 | 2.3 | - |
| YUV | 6.69 | 148.49 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 43 | 0.91 | 0.98 | 0 | 0.83 | 244.29 | 0.95 | 0.09 |
| Hex | 4 | 1 | 2B | 5B | 62 | 0 | 53 | F4 | 5F | 9 |
| Octal | 4 | 1 | 53 | 133 | 142 | 0 | 123 | 364 | 137 | 11 |
| Binary | 100 | 1 | 101011 | 1011011 | 1100010 | 0 | 1010011 | 11110100 | 1011111 | 1001 |
Color Harmonies of #04012B
Complementary color
Monochromatic Colors of #04012B
Black with #04012B
Text Example
Text Example
White with #04012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04012B; }
p { color: rgb(4,1,43); }
H1.HeaderClassName
{
color: #04012B;
}
.AnyTagClassName
{
color: #04012B;
}
</style>
background-color css
<style>
a { background-color: #04012B; }
a { background-color: rgb(4,1,43); }
div.DivClassName
{
background-color: #04012B;
}
.BgClassName
{
background-color: #04012B;
}
</style>
border-color css
<style>
span { border-color: #04012B; }
span { border-color: rgb(4,1,43); }
td.TdClassName
{
border-color: #04012B;
}
.TagClassName
{
border-color: #04012B;
}
</style>