Shades of Black Russian #101030
Tints of Black Russian #101030
RGB
CMYK
RGB Variations
Color information
#101030 (or 0x101030) is known color: Black Russian. HEX triplet: 10, 10 and 30. RGB value is (16,16,48). Sum of RGB (Red+Green+Blue) = 16+16+48=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 16 (6.64% from 255 or 20% from 80); Blue value is 48 (19.14% from 255 or 60% from 80); Max value from RGB is 48 - color contains mainly: blue. Hex color #101030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101030 is #EFEFCF. Grayscale: #131313. Windows color (decimal): -15724496 or 3149840. OLE color: 3149840.
HSL color Cylindrical-coordinate representation of color #101030: hue angle of 240º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #101030 is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 16 | 16 | 48 | - |
| CMYK | 0.67 | 0.67 | 0 | 0.81 |
| HSL | 240º | 0.5% | 0.13% | - |
| HSV(B) | 240º | 0.67% | 0.19% | - |
| XYZ | 0.93 | 0.69 | 2.88 | - |
| YUV | 19.65 | 144 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 48 | 0.67 | 0.67 | 0 | 0.81 | 240 | 0.5 | 0.13 |
| Hex | 10 | 10 | 30 | 43 | 43 | 0 | 51 | F0 | 32 | D |
| Octal | 20 | 20 | 60 | 103 | 103 | 0 | 121 | 360 | 62 | 15 |
| Binary | 10000 | 10000 | 110000 | 1000011 | 1000011 | 0 | 1010001 | 11110000 | 110010 | 1101 |
Color Harmonies of #101030
Complementary color
Monochromatic Colors of #101030
Black with #101030
Text Example
Text Example
White with #101030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101030; }
p { color: rgb(16,16,48); }
H1.HeaderClassName
{
color: #101030;
}
.AnyTagClassName
{
color: #101030;
}
</style>
background-color css
<style>
a { background-color: #101030; }
a { background-color: rgb(16,16,48); }
div.DivClassName
{
background-color: #101030;
}
.BgClassName
{
background-color: #101030;
}
</style>
border-color css
<style>
span { border-color: #101030; }
span { border-color: rgb(16,16,48); }
td.TdClassName
{
border-color: #101030;
}
.TagClassName
{
border-color: #101030;
}
</style>