Shades of Black Bean #233428
Tints of Black Bean #233428
RGB
CMYK
RGB Variations
Color information
#233428 (or 0x233428) is known color: Black Bean. HEX triplet: 23, 34 and 28. RGB value is (35,52,40). Sum of RGB (Red+Green+Blue) = 35+52+40=127 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.56% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 52 - color contains mainly: green. Hex color #233428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233428 is #DCCBD7. Grayscale: #2D2D2D. Windows color (decimal): -14470104 or 2634787. OLE color: 2634787.
HSL color Cylindrical-coordinate representation of color #233428: hue angle of 137.65º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #233428 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 52 | 40 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.80 |
| HSL | 137.65º | 0.2% | 0.17% | - |
| HSV(B) | 137.65º | 0.33% | 0.2% | - |
| XYZ | 2.3 | 2.97 | 2.46 | - |
| YUV | 45.55 | 124.87 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 52 | 40 | 0.33 | 0 | 0.23 | 0.80 | 137.65 | 0.2 | 0.17 |
| Hex | 23 | 34 | 28 | 21 | 0 | 17 | 50 | 8A | 14 | 11 |
| Octal | 43 | 64 | 50 | 41 | 0 | 27 | 120 | 212 | 24 | 21 |
| Binary | 100011 | 110100 | 101000 | 100001 | 0 | 10111 | 1010000 | 10001010 | 10100 | 10001 |
Color Harmonies of #233428
Complementary color
Monochromatic Colors of #233428
Black with #233428
Text Example
Text Example
White with #233428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233428; }
p { color: rgb(35,52,40); }
H1.HeaderClassName
{
color: #233428;
}
.AnyTagClassName
{
color: #233428;
}
</style>
background-color css
<style>
a { background-color: #233428; }
a { background-color: rgb(35,52,40); }
div.DivClassName
{
background-color: #233428;
}
.BgClassName
{
background-color: #233428;
}
</style>
border-color css
<style>
span { border-color: #233428; }
span { border-color: rgb(35,52,40); }
td.TdClassName
{
border-color: #233428;
}
.TagClassName
{
border-color: #233428;
}
</style>