Shades of Black Bean #252C27
Tints of Black Bean #252C27
RGB
CMYK
RGB Variations
Color information
#252C27 (or 0x252C27) is known color: Black Bean. HEX triplet: 25, 2C and 27. RGB value is (37,44,39). Sum of RGB (Red+Green+Blue) = 37+44+39=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 44 (17.58% from 255 or 36.67% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 44 - color contains mainly: green. Hex color #252C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C27 is #DAD3D8. Grayscale: #292929. Windows color (decimal): -14341081 or 2567205. OLE color: 2567205.
HSL color Cylindrical-coordinate representation of color #252C27: hue angle of 137.14º degrees, saturation: 0.09, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #252C27 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 44 | 39 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.83 |
| HSL | 137.14º | 0.09% | 0.16% | - |
| HSV(B) | 137.14º | 0.16% | 0.17% | - |
| XYZ | 2.03 | 2.34 | 2.26 | - |
| YUV | 41.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 44 | 39 | 0.16 | 0 | 0.11 | 0.83 | 137.14 | 0.09 | 0.16 |
| Hex | 25 | 2C | 27 | 10 | 0 | B | 53 | 89 | 9 | 10 |
| Octal | 45 | 54 | 47 | 20 | 0 | 13 | 123 | 211 | 11 | 20 |
| Binary | 100101 | 101100 | 100111 | 10000 | 0 | 1011 | 1010011 | 10001001 | 1001 | 10000 |
Color Harmonies of #252C27
Complementary color
Monochromatic Colors of #252C27
Black with #252C27
Text Example
Text Example
White with #252C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252C27; }
p { color: rgb(37,44,39); }
H1.HeaderClassName
{
color: #252C27;
}
.AnyTagClassName
{
color: #252C27;
}
</style>
background-color css
<style>
a { background-color: #252C27; }
a { background-color: rgb(37,44,39); }
div.DivClassName
{
background-color: #252C27;
}
.BgClassName
{
background-color: #252C27;
}
</style>
border-color css
<style>
span { border-color: #252C27; }
span { border-color: rgb(37,44,39); }
td.TdClassName
{
border-color: #252C27;
}
.TagClassName
{
border-color: #252C27;
}
</style>