Shades of Black Bean #181D18
Tints of Black Bean #181D18
RGB
CMYK
RGB Variations
Color information
#181D18 (or 0x181D18) is known color: Black Bean. HEX triplet: 18, 1D and 18. RGB value is (24,29,24). Sum of RGB (Red+Green+Blue) = 24+29+24=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 29 (11.72% from 255 or 37.66% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 29 - color contains mainly: green. Hex color #181D18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181D18 is #E7E2E7. Grayscale: #1A1A1A. Windows color (decimal): -15196904 or 1580312. OLE color: 1580312.
HSL color Cylindrical-coordinate representation of color #181D18: hue angle of 120º degrees, saturation: 0.09, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #181D18 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 29 | 24 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.89 |
| HSL | 120º | 0.09% | 0.1% | - |
| HSV(B) | 120º | 0.17% | 0.11% | - |
| XYZ | 0.98 | 1.14 | 1.03 | - |
| YUV | 26.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 24 | 0.17 | 0 | 0.17 | 0.89 | 120 | 0.09 | 0.1 |
| Hex | 18 | 1D | 18 | 11 | 0 | 11 | 59 | 78 | 9 | A |
| Octal | 30 | 35 | 30 | 21 | 0 | 21 | 131 | 170 | 11 | 12 |
| Binary | 11000 | 11101 | 11000 | 10001 | 0 | 10001 | 1011001 | 1111000 | 1001 | 1010 |
Color Harmonies of #181D18
Complementary color
Monochromatic Colors of #181D18
Black with #181D18
Text Example
Text Example
White with #181D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D18; }
p { color: rgb(24,29,24); }
H1.HeaderClassName
{
color: #181D18;
}
.AnyTagClassName
{
color: #181D18;
}
</style>
background-color css
<style>
a { background-color: #181D18; }
a { background-color: rgb(24,29,24); }
div.DivClassName
{
background-color: #181D18;
}
.BgClassName
{
background-color: #181D18;
}
</style>
border-color css
<style>
span { border-color: #181D18; }
span { border-color: rgb(24,29,24); }
td.TdClassName
{
border-color: #181D18;
}
.TagClassName
{
border-color: #181D18;
}
</style>