Shades of Black Bean #181D19
Tints of Black Bean #181D19
RGB
CMYK
RGB Variations
Color information
#181D19 (or 0x181D19) is known color: Black Bean. HEX triplet: 18, 1D and 19. RGB value is (24,29,25). Sum of RGB (Red+Green+Blue) = 24+29+25=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 25 (10.16% from 255 or 32.05% from 78); Max value from RGB is 29 - color contains mainly: green. Hex color #181D19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181D19 is #E7E2E6. Grayscale: #1B1B1B. Windows color (decimal): -15196903 or 1645848. OLE color: 1645848.
HSL color Cylindrical-coordinate representation of color #181D19: hue angle of 132º 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 #181D19 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 29 | 25 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.89 |
| HSL | 132º | 0.09% | 0.1% | - |
| HSV(B) | 132º | 0.17% | 0.11% | - |
| XYZ | 0.99 | 1.14 | 1.09 | - |
| YUV | 27.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 25 | 0.17 | 0 | 0.14 | 0.89 | 132 | 0.09 | 0.1 |
| Hex | 18 | 1D | 19 | 11 | 0 | E | 59 | 84 | 9 | A |
| Octal | 30 | 35 | 31 | 21 | 0 | 16 | 131 | 204 | 11 | 12 |
| Binary | 11000 | 11101 | 11001 | 10001 | 0 | 1110 | 1011001 | 10000100 | 1001 | 1010 |
Color Harmonies of #181D19
Complementary color
Monochromatic Colors of #181D19
Black with #181D19
Text Example
Text Example
White with #181D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D19; }
p { color: rgb(24,29,25); }
H1.HeaderClassName
{
color: #181D19;
}
.AnyTagClassName
{
color: #181D19;
}
</style>
background-color css
<style>
a { background-color: #181D19; }
a { background-color: rgb(24,29,25); }
div.DivClassName
{
background-color: #181D19;
}
.BgClassName
{
background-color: #181D19;
}
</style>
border-color css
<style>
span { border-color: #181D19; }
span { border-color: rgb(24,29,25); }
td.TdClassName
{
border-color: #181D19;
}
.TagClassName
{
border-color: #181D19;
}
</style>