Shades of Black Bean #1C2D1D
Tints of Black Bean #1C2D1D
RGB
CMYK
RGB Variations
Color information
#1C2D1D (or 0x1C2D1D) is known color: Black Bean. HEX triplet: 1C, 2D and 1D. RGB value is (28,45,29). Sum of RGB (Red+Green+Blue) = 28+45+29=102 (13% of max value = 765). Red value is 28 (11.33% from 255 or 27.45% from 102); Green value is 45 (17.97% from 255 or 44.12% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 45 - color contains mainly: green. Hex color #1C2D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2D1D is #E3D2E2. Grayscale: #262626. Windows color (decimal): -14930659 or 1912092. OLE color: 1912092.
HSL color Cylindrical-coordinate representation of color #1C2D1D: hue angle of 123.53º 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 #1C2D1D is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 28 | 45 | 29 | - |
| CMYK | 0.38 | 0 | 0.36 | 0.82 |
| HSL | 123.53º | 0.23% | 0.14% | - |
| HSV(B) | 123.53º | 0.38% | 0.18% | - |
| XYZ | 1.64 | 2.21 | 1.5 | - |
| YUV | 38.09 | 122.87 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 45 | 29 | 0.38 | 0 | 0.36 | 0.82 | 123.53 | 0.23 | 0.14 |
| Hex | 1C | 2D | 1D | 26 | 0 | 24 | 52 | 7C | 17 | E |
| Octal | 34 | 55 | 35 | 46 | 0 | 44 | 122 | 174 | 27 | 16 |
| Binary | 11100 | 101101 | 11101 | 100110 | 0 | 100100 | 1010010 | 1111100 | 10111 | 1110 |
Color Harmonies of #1C2D1D
Complementary color
Monochromatic Colors of #1C2D1D
Black with #1C2D1D
Text Example
Text Example
White with #1C2D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2D1D; }
p { color: rgb(28,45,29); }
H1.HeaderClassName
{
color: #1C2D1D;
}
.AnyTagClassName
{
color: #1C2D1D;
}
</style>
background-color css
<style>
a { background-color: #1C2D1D; }
a { background-color: rgb(28,45,29); }
div.DivClassName
{
background-color: #1C2D1D;
}
.BgClassName
{
background-color: #1C2D1D;
}
</style>
border-color css
<style>
span { border-color: #1C2D1D; }
span { border-color: rgb(28,45,29); }
td.TdClassName
{
border-color: #1C2D1D;
}
.TagClassName
{
border-color: #1C2D1D;
}
</style>