Shades of Black Bean #252F28
Tints of Black Bean #252F28
RGB
CMYK
RGB Variations
Color information
#252F28 (or 0x252F28) is known color: Black Bean. HEX triplet: 25, 2F and 28. RGB value is (37,47,40). Sum of RGB (Red+Green+Blue) = 37+47+40=124 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.84% from 124); Green value is 47 (18.75% from 255 or 37.90% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 47 - color contains mainly: green. Hex color #252F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F28 is #DAD0D7. Grayscale: #2B2B2B. Windows color (decimal): -14340312 or 2633509. OLE color: 2633509.
HSL color Cylindrical-coordinate representation of color #252F28: hue angle of 138º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #252F28 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 47 | 40 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.82 |
| HSL | 138º | 0.12% | 0.16% | - |
| HSV(B) | 138º | 0.21% | 0.18% | - |
| XYZ | 2.16 | 2.58 | 2.39 | - |
| YUV | 43.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 47 | 40 | 0.21 | 0 | 0.15 | 0.82 | 138 | 0.12 | 0.16 |
| Hex | 25 | 2F | 28 | 15 | 0 | F | 52 | 8A | C | 10 |
| Octal | 45 | 57 | 50 | 25 | 0 | 17 | 122 | 212 | 14 | 20 |
| Binary | 100101 | 101111 | 101000 | 10101 | 0 | 1111 | 1010010 | 10001010 | 1100 | 10000 |
Color Harmonies of #252F28
Complementary color
Monochromatic Colors of #252F28
Black with #252F28
Text Example
Text Example
White with #252F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252F28; }
p { color: rgb(37,47,40); }
H1.HeaderClassName
{
color: #252F28;
}
.AnyTagClassName
{
color: #252F28;
}
</style>
background-color css
<style>
a { background-color: #252F28; }
a { background-color: rgb(37,47,40); }
div.DivClassName
{
background-color: #252F28;
}
.BgClassName
{
background-color: #252F28;
}
</style>
border-color css
<style>
span { border-color: #252F28; }
span { border-color: rgb(37,47,40); }
td.TdClassName
{
border-color: #252F28;
}
.TagClassName
{
border-color: #252F28;
}
</style>