Shades of Black Russian #20232C
Tints of Black Russian #20232C
RGB
CMYK
RGB Variations
Color information
#20232C (or 0x20232C) is known color: Black Russian. HEX triplet: 20, 23 and 2C. RGB value is (32,35,44). Sum of RGB (Red+Green+Blue) = 32+35+44=111 (14% of max value = 765). Red value is 32 (12.89% from 255 or 28.83% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 44 (17.58% from 255 or 39.64% from 111); Max value from RGB is 44 - color contains mainly: blue. Hex color #20232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20232C is #DFDCD3. Grayscale: #232323. Windows color (decimal): -14671060 or 2892576. OLE color: 2892576.
HSL color Cylindrical-coordinate representation of color #20232C: hue angle of 225º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #20232C is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 32 | 35 | 44 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.83 |
| HSL | 225º | 0.16% | 0.15% | - |
| HSV(B) | 225º | 0.27% | 0.17% | - |
| XYZ | 1.65 | 1.69 | 2.62 | - |
| YUV | 35.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 44 | 0.27 | 0.20 | 0 | 0.83 | 225 | 0.16 | 0.15 |
| Hex | 20 | 23 | 2C | 1B | 14 | 0 | 53 | E1 | 10 | F |
| Octal | 40 | 43 | 54 | 33 | 24 | 0 | 123 | 341 | 20 | 17 |
| Binary | 100000 | 100011 | 101100 | 11011 | 10100 | 0 | 1010011 | 11100001 | 10000 | 1111 |
Color Harmonies of #20232C
Complementary color
Monochromatic Colors of #20232C
Black with #20232C
Text Example
Text Example
White with #20232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20232C; }
p { color: rgb(32,35,44); }
H1.HeaderClassName
{
color: #20232C;
}
.AnyTagClassName
{
color: #20232C;
}
</style>
background-color css
<style>
a { background-color: #20232C; }
a { background-color: rgb(32,35,44); }
div.DivClassName
{
background-color: #20232C;
}
.BgClassName
{
background-color: #20232C;
}
</style>
border-color css
<style>
span { border-color: #20232C; }
span { border-color: rgb(32,35,44); }
td.TdClassName
{
border-color: #20232C;
}
.TagClassName
{
border-color: #20232C;
}
</style>