Shades of Black Bean #1F3A25
Tints of Black Bean #1F3A25
RGB
CMYK
RGB Variations
Color information
#1F3A25 (or 0x1F3A25) is known color: Black Bean. HEX triplet: 1F, 3A and 25. RGB value is (31,58,37). Sum of RGB (Red+Green+Blue) = 31+58+37=126 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.60% from 126); Green value is 58 (23.05% from 255 or 46.03% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 58 - color contains mainly: green. Hex color #1F3A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3A25 is #E0C5DA. Grayscale: #2F2F2F. Windows color (decimal): -14730715 or 2439711. OLE color: 2439711.
HSL color Cylindrical-coordinate representation of color #1F3A25: hue angle of 133.33º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1F3A25 is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 31 | 58 | 37 | - |
| CMYK | 0.47 | 0 | 0.36 | 0.77 |
| HSL | 133.33º | 0.3% | 0.17% | - |
| HSV(B) | 133.33º | 0.47% | 0.23% | - |
| XYZ | 2.41 | 3.45 | 2.29 | - |
| YUV | 47.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 58 | 37 | 0.47 | 0 | 0.36 | 0.77 | 133.33 | 0.3 | 0.17 |
| Hex | 1F | 3A | 25 | 2F | 0 | 24 | 4D | 85 | 1E | 11 |
| Octal | 37 | 72 | 45 | 57 | 0 | 44 | 115 | 205 | 36 | 21 |
| Binary | 11111 | 111010 | 100101 | 101111 | 0 | 100100 | 1001101 | 10000101 | 11110 | 10001 |
Color Harmonies of #1F3A25
Complementary color
Monochromatic Colors of #1F3A25
Black with #1F3A25
Text Example
Text Example
White with #1F3A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3A25; }
p { color: rgb(31,58,37); }
H1.HeaderClassName
{
color: #1F3A25;
}
.AnyTagClassName
{
color: #1F3A25;
}
</style>
background-color css
<style>
a { background-color: #1F3A25; }
a { background-color: rgb(31,58,37); }
div.DivClassName
{
background-color: #1F3A25;
}
.BgClassName
{
background-color: #1F3A25;
}
</style>
border-color css
<style>
span { border-color: #1F3A25; }
span { border-color: rgb(31,58,37); }
td.TdClassName
{
border-color: #1F3A25;
}
.TagClassName
{
border-color: #1F3A25;
}
</style>