Shades of Black Bean #243228
Tints of Black Bean #243228
RGB
CMYK
RGB Variations
Color information
#243228 (or 0x243228) is known color: Black Bean. HEX triplet: 24, 32 and 28. RGB value is (36,50,40). Sum of RGB (Red+Green+Blue) = 36+50+40=126 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.57% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 50 - color contains mainly: green. Hex color #243228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243228 is #DBCDD7. Grayscale: #2C2C2C. Windows color (decimal): -14405080 or 2634276. OLE color: 2634276.
HSL color Cylindrical-coordinate representation of color #243228: hue angle of 137.14º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #243228 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 36 | 50 | 40 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.80 |
| HSL | 137.14º | 0.16% | 0.17% | - |
| HSV(B) | 137.14º | 0.28% | 0.2% | - |
| XYZ | 2.25 | 2.81 | 2.43 | - |
| YUV | 44.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 50 | 40 | 0.28 | 0 | 0.20 | 0.80 | 137.14 | 0.16 | 0.17 |
| Hex | 24 | 32 | 28 | 1C | 0 | 14 | 50 | 89 | 10 | 11 |
| Octal | 44 | 62 | 50 | 34 | 0 | 24 | 120 | 211 | 20 | 21 |
| Binary | 100100 | 110010 | 101000 | 11100 | 0 | 10100 | 1010000 | 10001001 | 10000 | 10001 |
Color Harmonies of #243228
Complementary color
Monochromatic Colors of #243228
Black with #243228
Text Example
Text Example
White with #243228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243228; }
p { color: rgb(36,50,40); }
H1.HeaderClassName
{
color: #243228;
}
.AnyTagClassName
{
color: #243228;
}
</style>
background-color css
<style>
a { background-color: #243228; }
a { background-color: rgb(36,50,40); }
div.DivClassName
{
background-color: #243228;
}
.BgClassName
{
background-color: #243228;
}
</style>
border-color css
<style>
span { border-color: #243228; }
span { border-color: rgb(36,50,40); }
td.TdClassName
{
border-color: #243228;
}
.TagClassName
{
border-color: #243228;
}
</style>