Shades of Black Bean #182019
Tints of Black Bean #182019
RGB
CMYK
RGB Variations
Color information
#182019 (or 0x182019) is known color: Black Bean. HEX triplet: 18, 20 and 19. RGB value is (24,32,25). Sum of RGB (Red+Green+Blue) = 24+32+25=81 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.63% from 81); Green value is 32 (12.89% from 255 or 39.51% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 32 - color contains mainly: green. Hex color #182019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182019 is #E7DFE6. Grayscale: #1C1C1C. Windows color (decimal): -15196135 or 1646616. OLE color: 1646616.
HSL color Cylindrical-coordinate representation of color #182019: hue angle of 127.5º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #182019 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 24 | 32 | 25 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.87 |
| HSL | 127.5º | 0.14% | 0.11% | - |
| HSV(B) | 127.5º | 0.25% | 0.13% | - |
| XYZ | 1.07 | 1.3 | 1.11 | - |
| YUV | 28.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 25 | 0.25 | 0 | 0.22 | 0.87 | 127.5 | 0.14 | 0.11 |
| Hex | 18 | 20 | 19 | 19 | 0 | 16 | 57 | 80 | E | B |
| Octal | 30 | 40 | 31 | 31 | 0 | 26 | 127 | 200 | 16 | 13 |
| Binary | 11000 | 100000 | 11001 | 11001 | 0 | 10110 | 1010111 | 10000000 | 1110 | 1011 |
Color Harmonies of #182019
Complementary color
Monochromatic Colors of #182019
Black with #182019
Text Example
Text Example
White with #182019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182019; }
p { color: rgb(24,32,25); }
H1.HeaderClassName
{
color: #182019;
}
.AnyTagClassName
{
color: #182019;
}
</style>
background-color css
<style>
a { background-color: #182019; }
a { background-color: rgb(24,32,25); }
div.DivClassName
{
background-color: #182019;
}
.BgClassName
{
background-color: #182019;
}
</style>
border-color css
<style>
span { border-color: #182019; }
span { border-color: rgb(24,32,25); }
td.TdClassName
{
border-color: #182019;
}
.TagClassName
{
border-color: #182019;
}
</style>