Shades of Black Bean #232F25
Tints of Black Bean #232F25
RGB
CMYK
RGB Variations
Color information
#232F25 (or 0x232F25) is known color: Black Bean. HEX triplet: 23, 2F and 25. RGB value is (35,47,37). Sum of RGB (Red+Green+Blue) = 35+47+37=119 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.41% from 119); Green value is 47 (18.75% from 255 or 39.50% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 47 - color contains mainly: green. Hex color #232F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232F25 is #DCD0DA. Grayscale: #2A2A2A. Windows color (decimal): -14471387 or 2436899. OLE color: 2436899.
HSL color Cylindrical-coordinate representation of color #232F25: hue angle of 130º 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 #232F25 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 47 | 37 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.82 |
| HSL | 130º | 0.15% | 0.16% | - |
| HSV(B) | 130º | 0.26% | 0.18% | - |
| XYZ | 2.04 | 2.52 | 2.13 | - |
| YUV | 42.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 37 | 0.26 | 0 | 0.21 | 0.82 | 130 | 0.15 | 0.16 |
| Hex | 23 | 2F | 25 | 1A | 0 | 15 | 52 | 82 | F | 10 |
| Octal | 43 | 57 | 45 | 32 | 0 | 25 | 122 | 202 | 17 | 20 |
| Binary | 100011 | 101111 | 100101 | 11010 | 0 | 10101 | 1010010 | 10000010 | 1111 | 10000 |
Color Harmonies of #232F25
Complementary color
Monochromatic Colors of #232F25
Black with #232F25
Text Example
Text Example
White with #232F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F25; }
p { color: rgb(35,47,37); }
H1.HeaderClassName
{
color: #232F25;
}
.AnyTagClassName
{
color: #232F25;
}
</style>
background-color css
<style>
a { background-color: #232F25; }
a { background-color: rgb(35,47,37); }
div.DivClassName
{
background-color: #232F25;
}
.BgClassName
{
background-color: #232F25;
}
</style>
border-color css
<style>
span { border-color: #232F25; }
span { border-color: rgb(35,47,37); }
td.TdClassName
{
border-color: #232F25;
}
.TagClassName
{
border-color: #232F25;
}
</style>