Shades of Black Bean #1F3525
Tints of Black Bean #1F3525
RGB
CMYK
RGB Variations
Color information
#1F3525 (or 0x1F3525) is known color: Black Bean. HEX triplet: 1F, 35 and 25. RGB value is (31,53,37). Sum of RGB (Red+Green+Blue) = 31+53+37=121 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.62% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 53 - color contains mainly: green. Hex color #1F3525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3525 is #E0CADA. Grayscale: #2C2C2C. Windows color (decimal): -14731995 or 2438431. OLE color: 2438431.
HSL color Cylindrical-coordinate representation of color #1F3525: hue angle of 136.36º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1F3525 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 31 | 53 | 37 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.79 |
| HSL | 136.36º | 0.26% | 0.16% | - |
| HSV(B) | 136.36º | 0.42% | 0.21% | - |
| XYZ | 2.17 | 2.97 | 2.21 | - |
| YUV | 44.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 53 | 37 | 0.42 | 0 | 0.30 | 0.79 | 136.36 | 0.26 | 0.16 |
| Hex | 1F | 35 | 25 | 2A | 0 | 1E | 4F | 88 | 1A | 10 |
| Octal | 37 | 65 | 45 | 52 | 0 | 36 | 117 | 210 | 32 | 20 |
| Binary | 11111 | 110101 | 100101 | 101010 | 0 | 11110 | 1001111 | 10001000 | 11010 | 10000 |
Color Harmonies of #1F3525
Complementary color
Monochromatic Colors of #1F3525
Black with #1F3525
Text Example
Text Example
White with #1F3525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3525; }
p { color: rgb(31,53,37); }
H1.HeaderClassName
{
color: #1F3525;
}
.AnyTagClassName
{
color: #1F3525;
}
</style>
background-color css
<style>
a { background-color: #1F3525; }
a { background-color: rgb(31,53,37); }
div.DivClassName
{
background-color: #1F3525;
}
.BgClassName
{
background-color: #1F3525;
}
</style>
border-color css
<style>
span { border-color: #1F3525; }
span { border-color: rgb(31,53,37); }
td.TdClassName
{
border-color: #1F3525;
}
.TagClassName
{
border-color: #1F3525;
}
</style>