Shades of Black Bean #1F2C23
Tints of Black Bean #1F2C23
RGB
CMYK
RGB Variations
Color information
#1F2C23 (or 0x1F2C23) is known color: Black Bean. HEX triplet: 1F, 2C and 23. RGB value is (31,44,35). Sum of RGB (Red+Green+Blue) = 31+44+35=110 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.18% from 110); Green value is 44 (17.58% from 255 or 40% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 44 - color contains mainly: green. Hex color #1F2C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2C23 is #E0D3DC. Grayscale: #272727. Windows color (decimal): -14734301 or 2305055. OLE color: 2305055.
HSL color Cylindrical-coordinate representation of color #1F2C23: hue angle of 138.46º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1F2C23 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 31 | 44 | 35 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.83 |
| HSL | 138.46º | 0.17% | 0.15% | - |
| HSV(B) | 138.46º | 0.3% | 0.17% | - |
| XYZ | 1.77 | 2.21 | 1.92 | - |
| YUV | 39.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 44 | 35 | 0.30 | 0 | 0.20 | 0.83 | 138.46 | 0.17 | 0.15 |
| Hex | 1F | 2C | 23 | 1E | 0 | 14 | 53 | 8A | 11 | F |
| Octal | 37 | 54 | 43 | 36 | 0 | 24 | 123 | 212 | 21 | 17 |
| Binary | 11111 | 101100 | 100011 | 11110 | 0 | 10100 | 1010011 | 10001010 | 10001 | 1111 |
Color Harmonies of #1F2C23
Complementary color
Monochromatic Colors of #1F2C23
Black with #1F2C23
Text Example
Text Example
White with #1F2C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2C23; }
p { color: rgb(31,44,35); }
H1.HeaderClassName
{
color: #1F2C23;
}
.AnyTagClassName
{
color: #1F2C23;
}
</style>
background-color css
<style>
a { background-color: #1F2C23; }
a { background-color: rgb(31,44,35); }
div.DivClassName
{
background-color: #1F2C23;
}
.BgClassName
{
background-color: #1F2C23;
}
</style>
border-color css
<style>
span { border-color: #1F2C23; }
span { border-color: rgb(31,44,35); }
td.TdClassName
{
border-color: #1F2C23;
}
.TagClassName
{
border-color: #1F2C23;
}
</style>