Shades of Black Russian #04010A
Tints of Black Russian #04010A
RGB
CMYK
RGB Variations
Color information
#04010A (or 0x04010A) is known color: Black Russian. HEX triplet: 04, 01 and 0A. RGB value is (4,1,10). Sum of RGB (Red+Green+Blue) = 4+1+10=15 (1% of max value = 765). Red value is 4 (1.95% from 255 or 26.67% from 15); Green value is 1 (0.78% from 255 or 6.67% from 15); Blue value is 10 (4.30% from 255 or 66.67% from 15); Max value from RGB is 10 - color contains mainly: blue. Hex color #04010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04010A is #FBFEF5. Grayscale: #020202. Windows color (decimal): -16514806 or 655620. OLE color: 655620.
HSL color Cylindrical-coordinate representation of color #04010A: hue angle of 260º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #04010A is Cyan = 0.6, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 4 | 1 | 10 | - |
CMYK | 0.6 | 0.90 | 0 | 0.96 |
HSL | 260º | 0.82% | 0.02% | - |
HSV(B) | 260º | 0.9% | 0.04% | - |
XYZ | 0.12 | 0.07 | 0.29 | - |
YUV | 2.92 | 131.99 | 128.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 4 | 1 | 10 | 0.6 | 0.90 | 0 | 0.96 | 260 | 0.82 | 0.02 |
Hex | 4 | 1 | A | 3C | 5A | 0 | 60 | 104 | 52 | 2 |
Octal | 4 | 1 | 12 | 74 | 132 | 0 | 140 | 404 | 122 | 2 |
Binary | 100 | 1 | 1010 | 111100 | 1011010 | 0 | 1100000 | 100000100 | 1010010 | 10 |
Color Harmonies of #04010A
Complementary color
Monochromatic Colors of #04010A
Black with #04010A
Text Example
Text Example
White with #04010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04010A; }
p { color: rgb(4,1,10); }
H1.HeaderClassName
{
color: #04010A;
}
.AnyTagClassName
{
color: #04010A;
}
</style>
background-color css
<style>
a { background-color: #04010A; }
a { background-color: rgb(4,1,10); }
div.DivClassName
{
background-color: #04010A;
}
.BgClassName
{
background-color: #04010A;
}
</style>
border-color css
<style>
span { border-color: #04010A; }
span { border-color: rgb(4,1,10); }
td.TdClassName
{
border-color: #04010A;
}
.TagClassName
{
border-color: #04010A;
}
</style>