Shades of Black Bean #18241C
Tints of Black Bean #18241C
RGB
CMYK
RGB Variations
Color information
#18241C (or 0x18241C) is known color: Black Bean. HEX triplet: 18, 24 and 1C. RGB value is (24,36,28). Sum of RGB (Red+Green+Blue) = 24+36+28=88 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.27% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 28 (11.33% from 255 or 31.82% from 88); Max value from RGB is 36 - color contains mainly: green. Hex color #18241C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18241C is #E7DBE3. Grayscale: #1F1F1F. Windows color (decimal): -15195108 or 1844248. OLE color: 1844248.
HSL color Cylindrical-coordinate representation of color #18241C: hue angle of 140º degrees, saturation: 0.2, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #18241C is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 24 | 36 | 28 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.86 |
| HSL | 140º | 0.2% | 0.12% | - |
| HSV(B) | 140º | 0.33% | 0.14% | - |
| XYZ | 1.22 | 1.54 | 1.33 | - |
| YUV | 31.5 | 126.02 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 28 | 0.33 | 0 | 0.22 | 0.86 | 140 | 0.2 | 0.12 |
| Hex | 18 | 24 | 1C | 21 | 0 | 16 | 56 | 8C | 14 | C |
| Octal | 30 | 44 | 34 | 41 | 0 | 26 | 126 | 214 | 24 | 14 |
| Binary | 11000 | 100100 | 11100 | 100001 | 0 | 10110 | 1010110 | 10001100 | 10100 | 1100 |
Color Harmonies of #18241C
Complementary color
Monochromatic Colors of #18241C
Black with #18241C
Text Example
Text Example
White with #18241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18241C; }
p { color: rgb(24,36,28); }
H1.HeaderClassName
{
color: #18241C;
}
.AnyTagClassName
{
color: #18241C;
}
</style>
background-color css
<style>
a { background-color: #18241C; }
a { background-color: rgb(24,36,28); }
div.DivClassName
{
background-color: #18241C;
}
.BgClassName
{
background-color: #18241C;
}
</style>
border-color css
<style>
span { border-color: #18241C; }
span { border-color: rgb(24,36,28); }
td.TdClassName
{
border-color: #18241C;
}
.TagClassName
{
border-color: #18241C;
}
</style>