Shades of Black Bean #1C211D
Tints of Black Bean #1C211D
RGB
CMYK
RGB Variations
Color information
#1C211D (or 0x1C211D) is known color: Black Bean. HEX triplet: 1C, 21 and 1D. RGB value is (28,33,29). Sum of RGB (Red+Green+Blue) = 28+33+29=90 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.11% from 90); Green value is 33 (13.28% from 255 or 36.67% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 33 - color contains mainly: green. Hex color #1C211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C211D is #E3DEE2. Grayscale: #1F1F1F. Windows color (decimal): -14933731 or 1909020. OLE color: 1909020.
HSL color Cylindrical-coordinate representation of color #1C211D: hue angle of 132º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #1C211D is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 28 | 33 | 29 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.87 |
| HSL | 132º | 0.08% | 0.12% | - |
| HSV(B) | 132º | 0.15% | 0.13% | - |
| XYZ | 1.24 | 1.42 | 1.37 | - |
| YUV | 31.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 33 | 29 | 0.15 | 0 | 0.12 | 0.87 | 132 | 0.08 | 0.12 |
| Hex | 1C | 21 | 1D | F | 0 | C | 57 | 84 | 8 | C |
| Octal | 34 | 41 | 35 | 17 | 0 | 14 | 127 | 204 | 10 | 14 |
| Binary | 11100 | 100001 | 11101 | 1111 | 0 | 1100 | 1010111 | 10000100 | 1000 | 1100 |
Color Harmonies of #1C211D
Complementary color
Monochromatic Colors of #1C211D
Black with #1C211D
Text Example
Text Example
White with #1C211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C211D; }
p { color: rgb(28,33,29); }
H1.HeaderClassName
{
color: #1C211D;
}
.AnyTagClassName
{
color: #1C211D;
}
</style>
background-color css
<style>
a { background-color: #1C211D; }
a { background-color: rgb(28,33,29); }
div.DivClassName
{
background-color: #1C211D;
}
.BgClassName
{
background-color: #1C211D;
}
</style>
border-color css
<style>
span { border-color: #1C211D; }
span { border-color: rgb(28,33,29); }
td.TdClassName
{
border-color: #1C211D;
}
.TagClassName
{
border-color: #1C211D;
}
</style>