Shades of Black Russian #20232B
Tints of Black Russian #20232B
RGB
CMYK
RGB Variations
Color information
#20232B (or 0x20232B) is known color: Black Russian. HEX triplet: 20, 23 and 2B. RGB value is (32,35,43). Sum of RGB (Red+Green+Blue) = 32+35+43=110 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.09% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 43 - color contains mainly: blue. Hex color #20232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20232B is #DFDCD4. Grayscale: #222222. Windows color (decimal): -14671061 or 2827040. OLE color: 2827040.
HSL color Cylindrical-coordinate representation of color #20232B: hue angle of 223.64º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #20232B is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 32 | 35 | 43 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.83 |
| HSL | 223.64º | 0.15% | 0.15% | - |
| HSV(B) | 223.64º | 0.26% | 0.17% | - |
| XYZ | 1.63 | 1.68 | 2.52 | - |
| YUV | 35.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 43 | 0.26 | 0.19 | 0 | 0.83 | 223.64 | 0.15 | 0.15 |
| Hex | 20 | 23 | 2B | 1A | 13 | 0 | 53 | E0 | F | F |
| Octal | 40 | 43 | 53 | 32 | 23 | 0 | 123 | 340 | 17 | 17 |
| Binary | 100000 | 100011 | 101011 | 11010 | 10011 | 0 | 1010011 | 11100000 | 1111 | 1111 |
Color Harmonies of #20232B
Complementary color
Monochromatic Colors of #20232B
Black with #20232B
Text Example
Text Example
White with #20232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20232B; }
p { color: rgb(32,35,43); }
H1.HeaderClassName
{
color: #20232B;
}
.AnyTagClassName
{
color: #20232B;
}
</style>
background-color css
<style>
a { background-color: #20232B; }
a { background-color: rgb(32,35,43); }
div.DivClassName
{
background-color: #20232B;
}
.BgClassName
{
background-color: #20232B;
}
</style>
border-color css
<style>
span { border-color: #20232B; }
span { border-color: rgb(32,35,43); }
td.TdClassName
{
border-color: #20232B;
}
.TagClassName
{
border-color: #20232B;
}
</style>