Shades of Black Russian #010102
Tints of Black Russian #010102
RGB
CMYK
RGB Variations
Color information
#010102 (or 0x010102) is known color: Black Russian. HEX triplet: 01, 01 and 02. RGB value is (1,1,2). Sum of RGB (Red+Green+Blue) = 1+1+2=4 (0% of max value = 765). Red value is 1 (0.78% from 255 or 25% from 4); Green value is 1 (0.78% from 255 or 25% from 4); Blue value is 2 (1.17% from 255 or 50% from 4); Max value from RGB is 2 - color contains mainly: blue. Hex color #010102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010102 is #FEFEFD. Grayscale: #010101. Windows color (decimal): -16711422 or 131329. OLE color: 131329.
HSL color Cylindrical-coordinate representation of color #010102: hue angle of 240º degrees, saturation: 0.33, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #010102 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.99.
Color convert
| RGB | 1 | 1 | 2 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.99 |
| HSL | 240º | 0.33% | 0.01% | - |
| HSV(B) | 240º | 0.5% | 0.01% | - |
| XYZ | 0.03 | 0.03 | 0.06 | - |
| YUV | 1.11 | 128.5 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 2 | 0.50 | 0.50 | 0 | 0.99 | 240 | 0.33 | 0.01 |
| Hex | 1 | 1 | 2 | 32 | 32 | 0 | 63 | F0 | 21 | 1 |
| Octal | 1 | 1 | 2 | 62 | 62 | 0 | 143 | 360 | 41 | 1 |
| Binary | 1 | 1 | 10 | 110010 | 110010 | 0 | 1100011 | 11110000 | 100001 | 1 |
Color Harmonies of #010102
Complementary color
Monochromatic Colors of #010102
Black with #010102
Text Example
Text Example
White with #010102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010102; }
p { color: rgb(1,1,2); }
H1.HeaderClassName
{
color: #010102;
}
.AnyTagClassName
{
color: #010102;
}
</style>
background-color css
<style>
a { background-color: #010102; }
a { background-color: rgb(1,1,2); }
div.DivClassName
{
background-color: #010102;
}
.BgClassName
{
background-color: #010102;
}
</style>
border-color css
<style>
span { border-color: #010102; }
span { border-color: rgb(1,1,2); }
td.TdClassName
{
border-color: #010102;
}
.TagClassName
{
border-color: #010102;
}
</style>