Shades of Black Bean #181F19
Tints of Black Bean #181F19
RGB
CMYK
RGB Variations
Color information
#181F19 (or 0x181F19) is known color: Black Bean. HEX triplet: 18, 1F and 19. RGB value is (24,31,25). Sum of RGB (Red+Green+Blue) = 24+31+25=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 31 (12.5% from 255 or 38.75% from 80); Blue value is 25 (10.16% from 255 or 31.25% from 80); Max value from RGB is 31 - color contains mainly: green. Hex color #181F19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181F19 is #E7E0E6. Grayscale: #1C1C1C. Windows color (decimal): -15196391 or 1646360. OLE color: 1646360.
HSL color Cylindrical-coordinate representation of color #181F19: hue angle of 128.57º 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 #181F19 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 24 | 31 | 25 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.88 |
| HSL | 128.57º | 0.13% | 0.11% | - |
| HSV(B) | 128.57º | 0.23% | 0.12% | - |
| XYZ | 1.04 | 1.24 | 1.1 | - |
| YUV | 28.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 31 | 25 | 0.23 | 0 | 0.19 | 0.88 | 128.57 | 0.13 | 0.11 |
| Hex | 18 | 1F | 19 | 17 | 0 | 13 | 58 | 81 | D | B |
| Octal | 30 | 37 | 31 | 27 | 0 | 23 | 130 | 201 | 15 | 13 |
| Binary | 11000 | 11111 | 11001 | 10111 | 0 | 10011 | 1011000 | 10000001 | 1101 | 1011 |
Color Harmonies of #181F19
Complementary color
Monochromatic Colors of #181F19
Black with #181F19
Text Example
Text Example
White with #181F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181F19; }
p { color: rgb(24,31,25); }
H1.HeaderClassName
{
color: #181F19;
}
.AnyTagClassName
{
color: #181F19;
}
</style>
background-color css
<style>
a { background-color: #181F19; }
a { background-color: rgb(24,31,25); }
div.DivClassName
{
background-color: #181F19;
}
.BgClassName
{
background-color: #181F19;
}
</style>
border-color css
<style>
span { border-color: #181F19; }
span { border-color: rgb(24,31,25); }
td.TdClassName
{
border-color: #181F19;
}
.TagClassName
{
border-color: #181F19;
}
</style>