Shades of Black Bean #232F27
Tints of Black Bean #232F27
RGB
CMYK
RGB Variations
Color information
#232F27 (or 0x232F27) is known color: Black Bean. HEX triplet: 23, 2F and 27. RGB value is (35,47,39). Sum of RGB (Red+Green+Blue) = 35+47+39=121 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.93% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 47 - color contains mainly: green. Hex color #232F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232F27 is #DCD0D8. Grayscale: #2A2A2A. Windows color (decimal): -14471385 or 2567971. OLE color: 2567971.
HSL color Cylindrical-coordinate representation of color #232F27: hue angle of 140º 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 #232F27 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 47 | 39 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.82 |
| HSL | 140º | 0.15% | 0.16% | - |
| HSV(B) | 140º | 0.26% | 0.18% | - |
| XYZ | 2.08 | 2.54 | 2.3 | - |
| YUV | 42.5 | 126.02 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 39 | 0.26 | 0 | 0.17 | 0.82 | 140 | 0.15 | 0.16 |
| Hex | 23 | 2F | 27 | 1A | 0 | 11 | 52 | 8C | F | 10 |
| Octal | 43 | 57 | 47 | 32 | 0 | 21 | 122 | 214 | 17 | 20 |
| Binary | 100011 | 101111 | 100111 | 11010 | 0 | 10001 | 1010010 | 10001100 | 1111 | 10000 |
Color Harmonies of #232F27
Complementary color
Monochromatic Colors of #232F27
Black with #232F27
Text Example
Text Example
White with #232F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F27; }
p { color: rgb(35,47,39); }
H1.HeaderClassName
{
color: #232F27;
}
.AnyTagClassName
{
color: #232F27;
}
</style>
background-color css
<style>
a { background-color: #232F27; }
a { background-color: rgb(35,47,39); }
div.DivClassName
{
background-color: #232F27;
}
.BgClassName
{
background-color: #232F27;
}
</style>
border-color css
<style>
span { border-color: #232F27; }
span { border-color: rgb(35,47,39); }
td.TdClassName
{
border-color: #232F27;
}
.TagClassName
{
border-color: #232F27;
}
</style>