Shades of Black Bean #1F3024
Tints of Black Bean #1F3024
RGB
CMYK
RGB Variations
Color information
#1F3024 (or 0x1F3024) is known color: Black Bean. HEX triplet: 1F, 30 and 24. RGB value is (31,48,36). Sum of RGB (Red+Green+Blue) = 31+48+36=115 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.96% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 48 - color contains mainly: green. Hex color #1F3024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3024 is #E0CFDB. Grayscale: #292929. Windows color (decimal): -14733276 or 2371615. OLE color: 2371615.
HSL color Cylindrical-coordinate representation of color #1F3024: hue angle of 137.65º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1F3024 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 48 | 36 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.81 |
| HSL | 137.65º | 0.22% | 0.15% | - |
| HSV(B) | 137.65º | 0.35% | 0.19% | - |
| XYZ | 1.94 | 2.53 | 2.06 | - |
| YUV | 41.55 | 124.87 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 48 | 36 | 0.35 | 0 | 0.25 | 0.81 | 137.65 | 0.22 | 0.15 |
| Hex | 1F | 30 | 24 | 23 | 0 | 19 | 51 | 8A | 16 | F |
| Octal | 37 | 60 | 44 | 43 | 0 | 31 | 121 | 212 | 26 | 17 |
| Binary | 11111 | 110000 | 100100 | 100011 | 0 | 11001 | 1010001 | 10001010 | 10110 | 1111 |
Color Harmonies of #1F3024
Complementary color
Monochromatic Colors of #1F3024
Black with #1F3024
Text Example
Text Example
White with #1F3024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3024; }
p { color: rgb(31,48,36); }
H1.HeaderClassName
{
color: #1F3024;
}
.AnyTagClassName
{
color: #1F3024;
}
</style>
background-color css
<style>
a { background-color: #1F3024; }
a { background-color: rgb(31,48,36); }
div.DivClassName
{
background-color: #1F3024;
}
.BgClassName
{
background-color: #1F3024;
}
</style>
border-color css
<style>
span { border-color: #1F3024; }
span { border-color: rgb(31,48,36); }
td.TdClassName
{
border-color: #1F3024;
}
.TagClassName
{
border-color: #1F3024;
}
</style>