Shades of Black Bean #232A25
Tints of Black Bean #232A25
RGB
CMYK
RGB Variations
Color information
#232A25 (or 0x232A25) is known color: Black Bean. HEX triplet: 23, 2A and 25. RGB value is (35,42,37). Sum of RGB (Red+Green+Blue) = 35+42+37=114 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.70% from 114); Green value is 42 (16.80% from 255 or 36.84% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 42 - color contains mainly: green. Hex color #232A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232A25 is #DCD5DA. Grayscale: #272727. Windows color (decimal): -14472667 or 2435619. OLE color: 2435619.
HSL color Cylindrical-coordinate representation of color #232A25: hue angle of 137.14º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #232A25 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 42 | 37 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.84 |
| HSL | 137.14º | 0.09% | 0.15% | - |
| HSV(B) | 137.14º | 0.17% | 0.16% | - |
| XYZ | 1.86 | 2.15 | 2.07 | - |
| YUV | 39.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 37 | 0.17 | 0 | 0.12 | 0.84 | 137.14 | 0.09 | 0.15 |
| Hex | 23 | 2A | 25 | 11 | 0 | C | 54 | 89 | 9 | F |
| Octal | 43 | 52 | 45 | 21 | 0 | 14 | 124 | 211 | 11 | 17 |
| Binary | 100011 | 101010 | 100101 | 10001 | 0 | 1100 | 1010100 | 10001001 | 1001 | 1111 |
Color Harmonies of #232A25
Complementary color
Monochromatic Colors of #232A25
Black with #232A25
Text Example
Text Example
White with #232A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A25; }
p { color: rgb(35,42,37); }
H1.HeaderClassName
{
color: #232A25;
}
.AnyTagClassName
{
color: #232A25;
}
</style>
background-color css
<style>
a { background-color: #232A25; }
a { background-color: rgb(35,42,37); }
div.DivClassName
{
background-color: #232A25;
}
.BgClassName
{
background-color: #232A25;
}
</style>
border-color css
<style>
span { border-color: #232A25; }
span { border-color: rgb(35,42,37); }
td.TdClassName
{
border-color: #232A25;
}
.TagClassName
{
border-color: #232A25;
}
</style>