Shades of Black Bean #202A23
Tints of Black Bean #202A23
RGB
CMYK
RGB Variations
Color information
#202A23 (or 0x202A23) is known color: Black Bean. HEX triplet: 20, 2A and 23. RGB value is (32,42,35). Sum of RGB (Red+Green+Blue) = 32+42+35=109 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.36% from 109); Green value is 42 (16.80% from 255 or 38.53% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 42 - color contains mainly: green. Hex color #202A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202A23 is #DFD5DC. Grayscale: #262626. Windows color (decimal): -14669277 or 2304544. OLE color: 2304544.
HSL color Cylindrical-coordinate representation of color #202A23: hue angle of 138º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #202A23 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
RGB | 32 | 42 | 35 | - |
CMYK | 0.24 | 0 | 0.17 | 0.84 |
HSL | 138º | 0.14% | 0.15% | - |
HSV(B) | 138º | 0.24% | 0.16% | - |
XYZ | 1.73 | 2.08 | 1.9 | - |
YUV | 38.21 | 126.19 | 123.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 42 | 35 | 0.24 | 0 | 0.17 | 0.84 | 138 | 0.14 | 0.15 |
Hex | 20 | 2A | 23 | 18 | 0 | 11 | 54 | 8A | E | F |
Octal | 40 | 52 | 43 | 30 | 0 | 21 | 124 | 212 | 16 | 17 |
Binary | 100000 | 101010 | 100011 | 11000 | 0 | 10001 | 1010100 | 10001010 | 1110 | 1111 |
Color Harmonies of #202A23
Complementary color
Monochromatic Colors of #202A23
Black with #202A23
Text Example
Text Example
White with #202A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A23; }
p { color: rgb(32,42,35); }
H1.HeaderClassName
{
color: #202A23;
}
.AnyTagClassName
{
color: #202A23;
}
</style>
background-color css
<style>
a { background-color: #202A23; }
a { background-color: rgb(32,42,35); }
div.DivClassName
{
background-color: #202A23;
}
.BgClassName
{
background-color: #202A23;
}
</style>
border-color css
<style>
span { border-color: #202A23; }
span { border-color: rgb(32,42,35); }
td.TdClassName
{
border-color: #202A23;
}
.TagClassName
{
border-color: #202A23;
}
</style>