Shades of Black Bean #253329
Tints of Black Bean #253329
RGB
CMYK
RGB Variations
Color information
#253329 (or 0x253329) is known color: Black Bean. HEX triplet: 25, 33 and 29. RGB value is (37,51,41). Sum of RGB (Red+Green+Blue) = 37+51+41=129 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.68% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 51 - color contains mainly: green. Hex color #253329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253329 is #DACCD6. Grayscale: #2D2D2D. Windows color (decimal): -14339287 or 2700069. OLE color: 2700069.
HSL color Cylindrical-coordinate representation of color #253329: hue angle of 137.14º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #253329 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 37 | 51 | 41 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.8 |
| HSL | 137.14º | 0.16% | 0.17% | - |
| HSV(B) | 137.14º | 0.27% | 0.2% | - |
| XYZ | 2.35 | 2.92 | 2.54 | - |
| YUV | 45.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 51 | 41 | 0.27 | 0 | 0.20 | 0.8 | 137.14 | 0.16 | 0.17 |
| Hex | 25 | 33 | 29 | 1B | 0 | 14 | 50 | 89 | 10 | 11 |
| Octal | 45 | 63 | 51 | 33 | 0 | 24 | 120 | 211 | 20 | 21 |
| Binary | 100101 | 110011 | 101001 | 11011 | 0 | 10100 | 1010000 | 10001001 | 10000 | 10001 |
Color Harmonies of #253329
Complementary color
Monochromatic Colors of #253329
Black with #253329
Text Example
Text Example
White with #253329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253329; }
p { color: rgb(37,51,41); }
H1.HeaderClassName
{
color: #253329;
}
.AnyTagClassName
{
color: #253329;
}
</style>
background-color css
<style>
a { background-color: #253329; }
a { background-color: rgb(37,51,41); }
div.DivClassName
{
background-color: #253329;
}
.BgClassName
{
background-color: #253329;
}
</style>
border-color css
<style>
span { border-color: #253329; }
span { border-color: rgb(37,51,41); }
td.TdClassName
{
border-color: #253329;
}
.TagClassName
{
border-color: #253329;
}
</style>