Shades of Black Russian #010003
Tints of Black Russian #010003
RGB
CMYK
RGB Variations
Color information
#010003 (or 0x010003) is known color: Black Russian. HEX triplet: 01, 00 and 03. RGB value is (1,0,3). Sum of RGB (Red+Green+Blue) = 1+0+3=4 (0% of max value = 765). Red value is 1 (0.78% from 255 or 25% from 4); Green value is 0 (0.39% from 255 or 0% from 4); Blue value is 3 (1.56% from 255 or 75% from 4); Max value from RGB is 3 - color contains mainly: blue. Hex color #010003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010003 is #FEFFFC. Grayscale: #000000. Windows color (decimal): -16711677 or 196609. OLE color: 196609.
HSL color Cylindrical-coordinate representation of color #010003: hue angle of 260º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010003 is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.99.
Color convert
RGB | 1 | 0 | 3 | - |
CMYK | 0.67 | 1 | 0 | 0.99 |
HSL | 260º | 1% | 0.01% | - |
HSV(B) | 260º | 1% | 0.01% | - |
XYZ | 0.03 | 0.01 | 0.09 | - |
YUV | 0.64 | 129.33 | 128.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 0 | 3 | 0.67 | 1 | 0 | 0.99 | 260 | 1 | 0.01 |
Hex | 1 | 0 | 3 | 43 | 64 | 0 | 63 | 104 | 64 | 1 |
Octal | 1 | 0 | 3 | 103 | 144 | 0 | 143 | 404 | 144 | 1 |
Binary | 1 | 0 | 11 | 1000011 | 1100100 | 0 | 1100011 | 100000100 | 1100100 | 1 |
Color Harmonies of #010003
Complementary color
Monochromatic Colors of #010003
Black with #010003
Text Example
Text Example
White with #010003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010003; }
p { color: rgb(1,0,3); }
H1.HeaderClassName
{
color: #010003;
}
.AnyTagClassName
{
color: #010003;
}
</style>
background-color css
<style>
a { background-color: #010003; }
a { background-color: rgb(1,0,3); }
div.DivClassName
{
background-color: #010003;
}
.BgClassName
{
background-color: #010003;
}
</style>
border-color css
<style>
span { border-color: #010003; }
span { border-color: rgb(1,0,3); }
td.TdClassName
{
border-color: #010003;
}
.TagClassName
{
border-color: #010003;
}
</style>