Shades of Black Bean #1C281C
Tints of Black Bean #1C281C
RGB
CMYK
RGB Variations
Color information
#1C281C (or 0x1C281C) is known color: Black Bean. HEX triplet: 1C, 28 and 1C. RGB value is (28,40,28). Sum of RGB (Red+Green+Blue) = 28+40+28=96 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.17% from 96); Green value is 40 (16.02% from 255 or 41.67% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 40 - color contains mainly: green. Hex color #1C281C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C281C is #E3D7E3. Grayscale: #232323. Windows color (decimal): -14931940 or 1845276. OLE color: 1845276.
HSL color Cylindrical-coordinate representation of color #1C281C: hue angle of 120º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1C281C is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 28 | 40 | 28 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.84 |
| HSL | 120º | 0.18% | 0.13% | - |
| HSV(B) | 120º | 0.3% | 0.16% | - |
| XYZ | 1.45 | 1.85 | 1.38 | - |
| YUV | 35.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 40 | 28 | 0.30 | 0 | 0.30 | 0.84 | 120 | 0.18 | 0.13 |
| Hex | 1C | 28 | 1C | 1E | 0 | 1E | 54 | 78 | 12 | D |
| Octal | 34 | 50 | 34 | 36 | 0 | 36 | 124 | 170 | 22 | 15 |
| Binary | 11100 | 101000 | 11100 | 11110 | 0 | 11110 | 1010100 | 1111000 | 10010 | 1101 |
Color Harmonies of #1C281C
Complementary color
Monochromatic Colors of #1C281C
Black with #1C281C
Text Example
Text Example
White with #1C281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C281C; }
p { color: rgb(28,40,28); }
H1.HeaderClassName
{
color: #1C281C;
}
.AnyTagClassName
{
color: #1C281C;
}
</style>
background-color css
<style>
a { background-color: #1C281C; }
a { background-color: rgb(28,40,28); }
div.DivClassName
{
background-color: #1C281C;
}
.BgClassName
{
background-color: #1C281C;
}
</style>
border-color css
<style>
span { border-color: #1C281C; }
span { border-color: rgb(28,40,28); }
td.TdClassName
{
border-color: #1C281C;
}
.TagClassName
{
border-color: #1C281C;
}
</style>