Shades of Black Bean #1C241E
Tints of Black Bean #1C241E
RGB
CMYK
RGB Variations
Color information
#1C241E (or 0x1C241E) is known color: Black Bean. HEX triplet: 1C, 24 and 1E. RGB value is (28,36,30). Sum of RGB (Red+Green+Blue) = 28+36+30=94 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.79% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 36 - color contains mainly: green. Hex color #1C241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C241E is #E3DBE1. Grayscale: #202020. Windows color (decimal): -14932962 or 1975324. OLE color: 1975324.
HSL color Cylindrical-coordinate representation of color #1C241E: hue angle of 135º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #1C241E is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 28 | 36 | 30 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.86 |
| HSL | 135º | 0.13% | 0.13% | - |
| HSV(B) | 135º | 0.22% | 0.14% | - |
| XYZ | 1.34 | 1.6 | 1.47 | - |
| YUV | 32.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 36 | 30 | 0.22 | 0 | 0.17 | 0.86 | 135 | 0.13 | 0.13 |
| Hex | 1C | 24 | 1E | 16 | 0 | 11 | 56 | 87 | C | D |
| Octal | 34 | 44 | 36 | 26 | 0 | 21 | 126 | 207 | 14 | 15 |
| Binary | 11100 | 100100 | 11110 | 10110 | 0 | 10001 | 1010110 | 10000111 | 1100 | 1101 |
Color Harmonies of #1C241E
Complementary color
Monochromatic Colors of #1C241E
Black with #1C241E
Text Example
Text Example
White with #1C241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C241E; }
p { color: rgb(28,36,30); }
H1.HeaderClassName
{
color: #1C241E;
}
.AnyTagClassName
{
color: #1C241E;
}
</style>
background-color css
<style>
a { background-color: #1C241E; }
a { background-color: rgb(28,36,30); }
div.DivClassName
{
background-color: #1C241E;
}
.BgClassName
{
background-color: #1C241E;
}
</style>
border-color css
<style>
span { border-color: #1C241E; }
span { border-color: rgb(28,36,30); }
td.TdClassName
{
border-color: #1C241E;
}
.TagClassName
{
border-color: #1C241E;
}
</style>