Shades of Black Bean #242925
Tints of Black Bean #242925
RGB
CMYK
RGB Variations
Color information
#242925 (or 0x242925) is known color: Black Bean. HEX triplet: 24, 29 and 25. RGB value is (36,41,37). Sum of RGB (Red+Green+Blue) = 36+41+37=114 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.58% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 41 - color contains mainly: green. Hex color #242925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242925 is #DBD6DA. Grayscale: #272727. Windows color (decimal): -14407387 or 2435364. OLE color: 2435364.
HSL color Cylindrical-coordinate representation of color #242925: hue angle of 132º degrees, saturation: 0.06, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #242925 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 41 | 37 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.84 |
| HSL | 132º | 0.06% | 0.15% | - |
| HSV(B) | 132º | 0.12% | 0.16% | - |
| XYZ | 1.85 | 2.09 | 2.06 | - |
| YUV | 39.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 41 | 37 | 0.12 | 0 | 0.10 | 0.84 | 132 | 0.06 | 0.15 |
| Hex | 24 | 29 | 25 | C | 0 | A | 54 | 84 | 6 | F |
| Octal | 44 | 51 | 45 | 14 | 0 | 12 | 124 | 204 | 6 | 17 |
| Binary | 100100 | 101001 | 100101 | 1100 | 0 | 1010 | 1010100 | 10000100 | 110 | 1111 |
Color Harmonies of #242925
Complementary color
Monochromatic Colors of #242925
Black with #242925
Text Example
Text Example
White with #242925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242925; }
p { color: rgb(36,41,37); }
H1.HeaderClassName
{
color: #242925;
}
.AnyTagClassName
{
color: #242925;
}
</style>
background-color css
<style>
a { background-color: #242925; }
a { background-color: rgb(36,41,37); }
div.DivClassName
{
background-color: #242925;
}
.BgClassName
{
background-color: #242925;
}
</style>
border-color css
<style>
span { border-color: #242925; }
span { border-color: rgb(36,41,37); }
td.TdClassName
{
border-color: #242925;
}
.TagClassName
{
border-color: #242925;
}
</style>