Shades of Black Bean #1F2E23
Tints of Black Bean #1F2E23
RGB
CMYK
RGB Variations
Color information
#1F2E23 (or 0x1F2E23) is known color: Black Bean. HEX triplet: 1F, 2E and 23. RGB value is (31,46,35). Sum of RGB (Red+Green+Blue) = 31+46+35=112 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.68% from 112); Green value is 46 (18.36% from 255 or 41.07% from 112); Blue value is 35 (14.06% from 255 or 31.25% from 112); Max value from RGB is 46 - color contains mainly: green. Hex color #1F2E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2E23 is #E0D1DC. Grayscale: #282828. Windows color (decimal): -14733789 or 2305567. OLE color: 2305567.
HSL color Cylindrical-coordinate representation of color #1F2E23: hue angle of 136º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1F2E23 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 46 | 35 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.82 |
| HSL | 136º | 0.19% | 0.15% | - |
| HSV(B) | 136º | 0.33% | 0.18% | - |
| XYZ | 1.85 | 2.37 | 1.95 | - |
| YUV | 40.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 46 | 35 | 0.33 | 0 | 0.24 | 0.82 | 136 | 0.19 | 0.15 |
| Hex | 1F | 2E | 23 | 21 | 0 | 18 | 52 | 88 | 13 | F |
| Octal | 37 | 56 | 43 | 41 | 0 | 30 | 122 | 210 | 23 | 17 |
| Binary | 11111 | 101110 | 100011 | 100001 | 0 | 11000 | 1010010 | 10001000 | 10011 | 1111 |
Color Harmonies of #1F2E23
Complementary color
Monochromatic Colors of #1F2E23
Black with #1F2E23
Text Example
Text Example
White with #1F2E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2E23; }
p { color: rgb(31,46,35); }
H1.HeaderClassName
{
color: #1F2E23;
}
.AnyTagClassName
{
color: #1F2E23;
}
</style>
background-color css
<style>
a { background-color: #1F2E23; }
a { background-color: rgb(31,46,35); }
div.DivClassName
{
background-color: #1F2E23;
}
.BgClassName
{
background-color: #1F2E23;
}
</style>
border-color css
<style>
span { border-color: #1F2E23; }
span { border-color: rgb(31,46,35); }
td.TdClassName
{
border-color: #1F2E23;
}
.TagClassName
{
border-color: #1F2E23;
}
</style>