Shades of Black Bean #233226
Tints of Black Bean #233226
RGB
CMYK
RGB Variations
Color information
#233226 (or 0x233226) is known color: Black Bean. HEX triplet: 23, 32 and 26. RGB value is (35,50,38). Sum of RGB (Red+Green+Blue) = 35+50+38=123 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.46% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 50 - color contains mainly: green. Hex color #233226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233226 is #DCCDD9. Grayscale: #2C2C2C. Windows color (decimal): -14470618 or 2503203. OLE color: 2503203.
HSL color Cylindrical-coordinate representation of color #233226: hue angle of 132º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #233226 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 50 | 38 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.80 |
| HSL | 132º | 0.18% | 0.17% | - |
| HSV(B) | 132º | 0.3% | 0.2% | - |
| XYZ | 2.18 | 2.78 | 2.25 | - |
| YUV | 44.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 50 | 38 | 0.30 | 0 | 0.24 | 0.80 | 132 | 0.18 | 0.17 |
| Hex | 23 | 32 | 26 | 1E | 0 | 18 | 50 | 84 | 12 | 11 |
| Octal | 43 | 62 | 46 | 36 | 0 | 30 | 120 | 204 | 22 | 21 |
| Binary | 100011 | 110010 | 100110 | 11110 | 0 | 11000 | 1010000 | 10000100 | 10010 | 10001 |
Color Harmonies of #233226
Complementary color
Monochromatic Colors of #233226
Black with #233226
Text Example
Text Example
White with #233226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233226; }
p { color: rgb(35,50,38); }
H1.HeaderClassName
{
color: #233226;
}
.AnyTagClassName
{
color: #233226;
}
</style>
background-color css
<style>
a { background-color: #233226; }
a { background-color: rgb(35,50,38); }
div.DivClassName
{
background-color: #233226;
}
.BgClassName
{
background-color: #233226;
}
</style>
border-color css
<style>
span { border-color: #233226; }
span { border-color: rgb(35,50,38); }
td.TdClassName
{
border-color: #233226;
}
.TagClassName
{
border-color: #233226;
}
</style>