Shades of Black Bean #1C2B1F
Tints of Black Bean #1C2B1F
RGB
CMYK
RGB Variations
Color information
#1C2B1F (or 0x1C2B1F) is known color: Black Bean. HEX triplet: 1C, 2B and 1F. RGB value is (28,43,31). Sum of RGB (Red+Green+Blue) = 28+43+31=102 (13% of max value = 765). Red value is 28 (11.33% from 255 or 27.45% from 102); Green value is 43 (17.19% from 255 or 42.16% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 43 - color contains mainly: green. Hex color #1C2B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2B1F is #E3D4E0. Grayscale: #252525. Windows color (decimal): -14931169 or 2042652. OLE color: 2042652.
HSL color Cylindrical-coordinate representation of color #1C2B1F: hue angle of 132º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1C2B1F is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 28 | 43 | 31 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.83 |
| HSL | 132º | 0.21% | 0.14% | - |
| HSV(B) | 132º | 0.35% | 0.17% | - |
| XYZ | 1.59 | 2.07 | 1.61 | - |
| YUV | 37.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 43 | 31 | 0.35 | 0 | 0.28 | 0.83 | 132 | 0.21 | 0.14 |
| Hex | 1C | 2B | 1F | 23 | 0 | 1C | 53 | 84 | 15 | E |
| Octal | 34 | 53 | 37 | 43 | 0 | 34 | 123 | 204 | 25 | 16 |
| Binary | 11100 | 101011 | 11111 | 100011 | 0 | 11100 | 1010011 | 10000100 | 10101 | 1110 |
Color Harmonies of #1C2B1F
Complementary color
Monochromatic Colors of #1C2B1F
Black with #1C2B1F
Text Example
Text Example
White with #1C2B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2B1F; }
p { color: rgb(28,43,31); }
H1.HeaderClassName
{
color: #1C2B1F;
}
.AnyTagClassName
{
color: #1C2B1F;
}
</style>
background-color css
<style>
a { background-color: #1C2B1F; }
a { background-color: rgb(28,43,31); }
div.DivClassName
{
background-color: #1C2B1F;
}
.BgClassName
{
background-color: #1C2B1F;
}
</style>
border-color css
<style>
span { border-color: #1C2B1F; }
span { border-color: rgb(28,43,31); }
td.TdClassName
{
border-color: #1C2B1F;
}
.TagClassName
{
border-color: #1C2B1F;
}
</style>