Shades of Black Bean #232F26
Tints of Black Bean #232F26
RGB
CMYK
RGB Variations
Color information
#232F26 (or 0x232F26) is known color: Black Bean. HEX triplet: 23, 2F and 26. RGB value is (35,47,38). Sum of RGB (Red+Green+Blue) = 35+47+38=120 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.17% from 120); Green value is 47 (18.75% from 255 or 39.17% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 47 - color contains mainly: green. Hex color #232F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232F26 is #DCD0D9. Grayscale: #2A2A2A. Windows color (decimal): -14471386 or 2502435. OLE color: 2502435.
HSL color Cylindrical-coordinate representation of color #232F26: hue angle of 135º degrees, saturation: 0.15, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #232F26 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 47 | 38 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.82 |
| HSL | 135º | 0.15% | 0.16% | - |
| HSV(B) | 135º | 0.26% | 0.18% | - |
| XYZ | 2.06 | 2.53 | 2.21 | - |
| YUV | 42.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 38 | 0.26 | 0 | 0.19 | 0.82 | 135 | 0.15 | 0.16 |
| Hex | 23 | 2F | 26 | 1A | 0 | 13 | 52 | 87 | F | 10 |
| Octal | 43 | 57 | 46 | 32 | 0 | 23 | 122 | 207 | 17 | 20 |
| Binary | 100011 | 101111 | 100110 | 11010 | 0 | 10011 | 1010010 | 10000111 | 1111 | 10000 |
Color Harmonies of #232F26
Complementary color
Monochromatic Colors of #232F26
Black with #232F26
Text Example
Text Example
White with #232F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F26; }
p { color: rgb(35,47,38); }
H1.HeaderClassName
{
color: #232F26;
}
.AnyTagClassName
{
color: #232F26;
}
</style>
background-color css
<style>
a { background-color: #232F26; }
a { background-color: rgb(35,47,38); }
div.DivClassName
{
background-color: #232F26;
}
.BgClassName
{
background-color: #232F26;
}
</style>
border-color css
<style>
span { border-color: #232F26; }
span { border-color: rgb(35,47,38); }
td.TdClassName
{
border-color: #232F26;
}
.TagClassName
{
border-color: #232F26;
}
</style>