Shades of Black Bean #232C26
Tints of Black Bean #232C26
RGB
CMYK
RGB Variations
Color information
#232C26 (or 0x232C26) is known color: Black Bean. HEX triplet: 23, 2C and 26. RGB value is (35,44,38). Sum of RGB (Red+Green+Blue) = 35+44+38=117 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.91% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 38 (15.23% from 255 or 32.48% from 117); Max value from RGB is 44 - color contains mainly: green. Hex color #232C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232C26 is #DCD3D9. Grayscale: #282828. Windows color (decimal): -14472154 or 2501667. OLE color: 2501667.
HSL color Cylindrical-coordinate representation of color #232C26: hue angle of 140º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #232C26 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 44 | 38 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.83 |
| HSL | 140º | 0.11% | 0.15% | - |
| HSV(B) | 140º | 0.2% | 0.17% | - |
| XYZ | 1.94 | 2.3 | 2.17 | - |
| YUV | 40.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 38 | 0.20 | 0 | 0.14 | 0.83 | 140 | 0.11 | 0.15 |
| Hex | 23 | 2C | 26 | 14 | 0 | E | 53 | 8C | B | F |
| Octal | 43 | 54 | 46 | 24 | 0 | 16 | 123 | 214 | 13 | 17 |
| Binary | 100011 | 101100 | 100110 | 10100 | 0 | 1110 | 1010011 | 10001100 | 1011 | 1111 |
Color Harmonies of #232C26
Complementary color
Monochromatic Colors of #232C26
Black with #232C26
Text Example
Text Example
White with #232C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C26; }
p { color: rgb(35,44,38); }
H1.HeaderClassName
{
color: #232C26;
}
.AnyTagClassName
{
color: #232C26;
}
</style>
background-color css
<style>
a { background-color: #232C26; }
a { background-color: rgb(35,44,38); }
div.DivClassName
{
background-color: #232C26;
}
.BgClassName
{
background-color: #232C26;
}
</style>
border-color css
<style>
span { border-color: #232C26; }
span { border-color: rgb(35,44,38); }
td.TdClassName
{
border-color: #232C26;
}
.TagClassName
{
border-color: #232C26;
}
</style>