Shades of Black Russian #101023
Tints of Black Russian #101023
RGB
CMYK
RGB Variations
Color information
#101023 (or 0x101023) is known color: Black Russian. HEX triplet: 10, 10 and 23. RGB value is (16,16,35). Sum of RGB (Red+Green+Blue) = 16+16+35=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 16 (6.64% from 255 or 23.88% from 67); Blue value is 35 (14.06% from 255 or 52.24% from 67); Max value from RGB is 35 - color contains mainly: blue. Hex color #101023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101023 is #EFEFDC. Grayscale: #121212. Windows color (decimal): -15724509 or 2297872. OLE color: 2297872.
HSL color Cylindrical-coordinate representation of color #101023: hue angle of 240º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #101023 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 16 | 16 | 35 | - |
| CMYK | 0.54 | 0.54 | 0 | 0.86 |
| HSL | 240º | 0.37% | 0.1% | - |
| HSV(B) | 240º | 0.54% | 0.14% | - |
| XYZ | 0.7 | 0.6 | 1.67 | - |
| YUV | 18.17 | 137.5 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 35 | 0.54 | 0.54 | 0 | 0.86 | 240 | 0.37 | 0.1 |
| Hex | 10 | 10 | 23 | 36 | 36 | 0 | 56 | F0 | 25 | A |
| Octal | 20 | 20 | 43 | 66 | 66 | 0 | 126 | 360 | 45 | 12 |
| Binary | 10000 | 10000 | 100011 | 110110 | 110110 | 0 | 1010110 | 11110000 | 100101 | 1010 |
Color Harmonies of #101023
Complementary color
Monochromatic Colors of #101023
Black with #101023
Text Example
Text Example
White with #101023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101023; }
p { color: rgb(16,16,35); }
H1.HeaderClassName
{
color: #101023;
}
.AnyTagClassName
{
color: #101023;
}
</style>
background-color css
<style>
a { background-color: #101023; }
a { background-color: rgb(16,16,35); }
div.DivClassName
{
background-color: #101023;
}
.BgClassName
{
background-color: #101023;
}
</style>
border-color css
<style>
span { border-color: #101023; }
span { border-color: rgb(16,16,35); }
td.TdClassName
{
border-color: #101023;
}
.TagClassName
{
border-color: #101023;
}
</style>