Shades of Black Bean #181F18
Tints of Black Bean #181F18
RGB
CMYK
RGB Variations
Color information
#181F18 (or 0x181F18) is known color: Black Bean. HEX triplet: 18, 1F and 18. RGB value is (24,31,24). Sum of RGB (Red+Green+Blue) = 24+31+24=79 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.38% from 79); Green value is 31 (12.5% from 255 or 39.24% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 31 - color contains mainly: green. Hex color #181F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181F18 is #E7E0E7. Grayscale: #1C1C1C. Windows color (decimal): -15196392 or 1580824. OLE color: 1580824.
HSL color Cylindrical-coordinate representation of color #181F18: hue angle of 120º degrees, saturation: 0.13, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #181F18 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 24 | 31 | 24 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.88 |
| HSL | 120º | 0.13% | 0.11% | - |
| HSV(B) | 120º | 0.23% | 0.12% | - |
| XYZ | 1.03 | 1.24 | 1.05 | - |
| YUV | 28.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 31 | 24 | 0.23 | 0 | 0.23 | 0.88 | 120 | 0.13 | 0.11 |
| Hex | 18 | 1F | 18 | 17 | 0 | 17 | 58 | 78 | D | B |
| Octal | 30 | 37 | 30 | 27 | 0 | 27 | 130 | 170 | 15 | 13 |
| Binary | 11000 | 11111 | 11000 | 10111 | 0 | 10111 | 1011000 | 1111000 | 1101 | 1011 |
Color Harmonies of #181F18
Complementary color
Monochromatic Colors of #181F18
Black with #181F18
Text Example
Text Example
White with #181F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181F18; }
p { color: rgb(24,31,24); }
H1.HeaderClassName
{
color: #181F18;
}
.AnyTagClassName
{
color: #181F18;
}
</style>
background-color css
<style>
a { background-color: #181F18; }
a { background-color: rgb(24,31,24); }
div.DivClassName
{
background-color: #181F18;
}
.BgClassName
{
background-color: #181F18;
}
</style>
border-color css
<style>
span { border-color: #181F18; }
span { border-color: rgb(24,31,24); }
td.TdClassName
{
border-color: #181F18;
}
.TagClassName
{
border-color: #181F18;
}
</style>