Shades of Black Bean #1C1F1D
Tints of Black Bean #1C1F1D
RGB
CMYK
RGB Variations
Color information
#1C1F1D (or 0x1C1F1D) is known color: Black Bean. HEX triplet: 1C, 1F and 1D. RGB value is (28,31,29). Sum of RGB (Red+Green+Blue) = 28+31+29=88 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.82% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 31 - color contains mainly: green. Hex color #1C1F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C1F1D is #E3E0E2. Grayscale: #1D1D1D. Windows color (decimal): -14934243 or 1908508. OLE color: 1908508.
HSL color Cylindrical-coordinate representation of color #1C1F1D: hue angle of 140º degrees, saturation: 0.05, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #1C1F1D is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 28 | 31 | 29 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.88 |
| HSL | 140º | 0.05% | 0.12% | - |
| HSV(B) | 140º | 0.1% | 0.12% | - |
| XYZ | 1.19 | 1.32 | 1.35 | - |
| YUV | 29.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 31 | 29 | 0.10 | 0 | 0.06 | 0.88 | 140 | 0.05 | 0.12 |
| Hex | 1C | 1F | 1D | A | 0 | 6 | 58 | 8C | 5 | C |
| Octal | 34 | 37 | 35 | 12 | 0 | 6 | 130 | 214 | 5 | 14 |
| Binary | 11100 | 11111 | 11101 | 1010 | 0 | 110 | 1011000 | 10001100 | 101 | 1100 |
Color Harmonies of #1C1F1D
Complementary color
Monochromatic Colors of #1C1F1D
Black with #1C1F1D
Text Example
Text Example
White with #1C1F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1F1D; }
p { color: rgb(28,31,29); }
H1.HeaderClassName
{
color: #1C1F1D;
}
.AnyTagClassName
{
color: #1C1F1D;
}
</style>
background-color css
<style>
a { background-color: #1C1F1D; }
a { background-color: rgb(28,31,29); }
div.DivClassName
{
background-color: #1C1F1D;
}
.BgClassName
{
background-color: #1C1F1D;
}
</style>
border-color css
<style>
span { border-color: #1C1F1D; }
span { border-color: rgb(28,31,29); }
td.TdClassName
{
border-color: #1C1F1D;
}
.TagClassName
{
border-color: #1C1F1D;
}
</style>