Shades of Black Bean #232E26
Tints of Black Bean #232E26
RGB
CMYK
RGB Variations
Color information
#232E26 (or 0x232E26) is known color: Black Bean. HEX triplet: 23, 2E and 26. RGB value is (35,46,38). Sum of RGB (Red+Green+Blue) = 35+46+38=119 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.41% from 119); Green value is 46 (18.36% from 255 or 38.66% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 46 - color contains mainly: green. Hex color #232E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232E26 is #DCD1D9. Grayscale: #292929. Windows color (decimal): -14471642 or 2502179. OLE color: 2502179.
HSL color Cylindrical-coordinate representation of color #232E26: hue angle of 136.36º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #232E26 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.82.
Color convert
RGB | 35 | 46 | 38 | - |
CMYK | 0.24 | 0 | 0.17 | 0.82 |
HSL | 136.36º | 0.14% | 0.16% | - |
HSV(B) | 136.36º | 0.24% | 0.18% | - |
XYZ | 2.02 | 2.45 | 2.2 | - |
YUV | 41.8 | 125.86 | 123.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 35 | 46 | 38 | 0.24 | 0 | 0.17 | 0.82 | 136.36 | 0.14 | 0.16 |
Hex | 23 | 2E | 26 | 18 | 0 | 11 | 52 | 88 | E | 10 |
Octal | 43 | 56 | 46 | 30 | 0 | 21 | 122 | 210 | 16 | 20 |
Binary | 100011 | 101110 | 100110 | 11000 | 0 | 10001 | 1010010 | 10001000 | 1110 | 10000 |
Color Harmonies of #232E26
Complementary color
Monochromatic Colors of #232E26
Black with #232E26
Text Example
Text Example
White with #232E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E26; }
p { color: rgb(35,46,38); }
H1.HeaderClassName
{
color: #232E26;
}
.AnyTagClassName
{
color: #232E26;
}
</style>
background-color css
<style>
a { background-color: #232E26; }
a { background-color: rgb(35,46,38); }
div.DivClassName
{
background-color: #232E26;
}
.BgClassName
{
background-color: #232E26;
}
</style>
border-color css
<style>
span { border-color: #232E26; }
span { border-color: rgb(35,46,38); }
td.TdClassName
{
border-color: #232E26;
}
.TagClassName
{
border-color: #232E26;
}
</style>