Shades of Black Bean #1F281F
Tints of Black Bean #1F281F
RGB
CMYK
RGB Variations
Color information
#1F281F (or 0x1F281F) is known color: Black Bean. HEX triplet: 1F, 28 and 1F. RGB value is (31,40,31). Sum of RGB (Red+Green+Blue) = 31+40+31=102 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.39% from 102); Green value is 40 (16.02% from 255 or 39.22% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 40 - color contains mainly: green. Hex color #1F281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F281F is #E0D7E0. Grayscale: #242424. Windows color (decimal): -14735329 or 2041887. OLE color: 2041887.
HSL color Cylindrical-coordinate representation of color #1F281F: hue angle of 120º degrees, saturation: 0.13, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1F281F is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 40 | 31 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.84 |
| HSL | 120º | 0.13% | 0.14% | - |
| HSV(B) | 120º | 0.23% | 0.16% | - |
| XYZ | 1.57 | 1.91 | 1.58 | - |
| YUV | 36.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 40 | 31 | 0.22 | 0 | 0.22 | 0.84 | 120 | 0.13 | 0.14 |
| Hex | 1F | 28 | 1F | 16 | 0 | 16 | 54 | 78 | D | E |
| Octal | 37 | 50 | 37 | 26 | 0 | 26 | 124 | 170 | 15 | 16 |
| Binary | 11111 | 101000 | 11111 | 10110 | 0 | 10110 | 1010100 | 1111000 | 1101 | 1110 |
Color Harmonies of #1F281F
Complementary color
Monochromatic Colors of #1F281F
Black with #1F281F
Text Example
Text Example
White with #1F281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F281F; }
p { color: rgb(31,40,31); }
H1.HeaderClassName
{
color: #1F281F;
}
.AnyTagClassName
{
color: #1F281F;
}
</style>
background-color css
<style>
a { background-color: #1F281F; }
a { background-color: rgb(31,40,31); }
div.DivClassName
{
background-color: #1F281F;
}
.BgClassName
{
background-color: #1F281F;
}
</style>
border-color css
<style>
span { border-color: #1F281F; }
span { border-color: rgb(31,40,31); }
td.TdClassName
{
border-color: #1F281F;
}
.TagClassName
{
border-color: #1F281F;
}
</style>