Shades of Black Bean #1C2D1E
Tints of Black Bean #1C2D1E
RGB
CMYK
RGB Variations
Color information
#1C2D1E (or 0x1C2D1E) is known color: Black Bean. HEX triplet: 1C, 2D and 1E. RGB value is (28,45,30). Sum of RGB (Red+Green+Blue) = 28+45+30=103 (13% of max value = 765). Red value is 28 (11.33% from 255 or 27.18% from 103); Green value is 45 (17.97% from 255 or 43.69% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 45 - color contains mainly: green. Hex color #1C2D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2D1E is #E3D2E1. Grayscale: #262626. Windows color (decimal): -14930658 or 1977628. OLE color: 1977628.
HSL color Cylindrical-coordinate representation of color #1C2D1E: hue angle of 127.06º degrees, saturation: 0.23, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1C2D1E is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 28 | 45 | 30 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.82 |
| HSL | 127.06º | 0.23% | 0.14% | - |
| HSV(B) | 127.06º | 0.38% | 0.18% | - |
| XYZ | 1.65 | 2.22 | 1.57 | - |
| YUV | 38.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 45 | 30 | 0.38 | 0 | 0.33 | 0.82 | 127.06 | 0.23 | 0.14 |
| Hex | 1C | 2D | 1E | 26 | 0 | 21 | 52 | 7F | 17 | E |
| Octal | 34 | 55 | 36 | 46 | 0 | 41 | 122 | 177 | 27 | 16 |
| Binary | 11100 | 101101 | 11110 | 100110 | 0 | 100001 | 1010010 | 1111111 | 10111 | 1110 |
Color Harmonies of #1C2D1E
Complementary color
Monochromatic Colors of #1C2D1E
Black with #1C2D1E
Text Example
Text Example
White with #1C2D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2D1E; }
p { color: rgb(28,45,30); }
H1.HeaderClassName
{
color: #1C2D1E;
}
.AnyTagClassName
{
color: #1C2D1E;
}
</style>
background-color css
<style>
a { background-color: #1C2D1E; }
a { background-color: rgb(28,45,30); }
div.DivClassName
{
background-color: #1C2D1E;
}
.BgClassName
{
background-color: #1C2D1E;
}
</style>
border-color css
<style>
span { border-color: #1C2D1E; }
span { border-color: rgb(28,45,30); }
td.TdClassName
{
border-color: #1C2D1E;
}
.TagClassName
{
border-color: #1C2D1E;
}
</style>