Shades of Black Bean #1C2C1E
Tints of Black Bean #1C2C1E
RGB
CMYK
RGB Variations
Color information
#1C2C1E (or 0x1C2C1E) is known color: Black Bean. HEX triplet: 1C, 2C and 1E. RGB value is (28,44,30). Sum of RGB (Red+Green+Blue) = 28+44+30=102 (13% of max value = 765). Red value is 28 (11.33% from 255 or 27.45% from 102); Green value is 44 (17.58% from 255 or 43.14% from 102); Blue value is 30 (12.11% from 255 or 29.41% from 102); Max value from RGB is 44 - color contains mainly: green. Hex color #1C2C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2C1E is #E3D3E1. Grayscale: #252525. Windows color (decimal): -14930914 or 1977372. OLE color: 1977372.
HSL color Cylindrical-coordinate representation of color #1C2C1E: hue angle of 127.5º degrees, saturation: 0.22, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1C2C1E is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 28 | 44 | 30 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.83 |
| HSL | 127.5º | 0.22% | 0.14% | - |
| HSV(B) | 127.5º | 0.36% | 0.17% | - |
| XYZ | 1.61 | 2.14 | 1.56 | - |
| YUV | 37.62 | 123.7 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 44 | 30 | 0.36 | 0 | 0.32 | 0.83 | 127.5 | 0.22 | 0.14 |
| Hex | 1C | 2C | 1E | 24 | 0 | 20 | 53 | 80 | 16 | E |
| Octal | 34 | 54 | 36 | 44 | 0 | 40 | 123 | 200 | 26 | 16 |
| Binary | 11100 | 101100 | 11110 | 100100 | 0 | 100000 | 1010011 | 10000000 | 10110 | 1110 |
Color Harmonies of #1C2C1E
Complementary color
Monochromatic Colors of #1C2C1E
Black with #1C2C1E
Text Example
Text Example
White with #1C2C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2C1E; }
p { color: rgb(28,44,30); }
H1.HeaderClassName
{
color: #1C2C1E;
}
.AnyTagClassName
{
color: #1C2C1E;
}
</style>
background-color css
<style>
a { background-color: #1C2C1E; }
a { background-color: rgb(28,44,30); }
div.DivClassName
{
background-color: #1C2C1E;
}
.BgClassName
{
background-color: #1C2C1E;
}
</style>
border-color css
<style>
span { border-color: #1C2C1E; }
span { border-color: rgb(28,44,30); }
td.TdClassName
{
border-color: #1C2C1E;
}
.TagClassName
{
border-color: #1C2C1E;
}
</style>