Shades of Black Bean #182119
Tints of Black Bean #182119
RGB
CMYK
RGB Variations
Color information
#182119 (or 0x182119) is known color: Black Bean. HEX triplet: 18, 21 and 19. RGB value is (24,33,25). Sum of RGB (Red+Green+Blue) = 24+33+25=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 33 (13.28% from 255 or 40.24% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 33 - color contains mainly: green. Hex color #182119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182119 is #E7DEE6. Grayscale: #1D1D1D. Windows color (decimal): -15195879 or 1646872. OLE color: 1646872.
HSL color Cylindrical-coordinate representation of color #182119: hue angle of 126.67º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #182119 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 24 | 33 | 25 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.87 |
| HSL | 126.67º | 0.16% | 0.11% | - |
| HSV(B) | 126.67º | 0.27% | 0.13% | - |
| XYZ | 1.1 | 1.35 | 1.12 | - |
| YUV | 29.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 33 | 25 | 0.27 | 0 | 0.24 | 0.87 | 126.67 | 0.16 | 0.11 |
| Hex | 18 | 21 | 19 | 1B | 0 | 18 | 57 | 7F | 10 | B |
| Octal | 30 | 41 | 31 | 33 | 0 | 30 | 127 | 177 | 20 | 13 |
| Binary | 11000 | 100001 | 11001 | 11011 | 0 | 11000 | 1010111 | 1111111 | 10000 | 1011 |
Color Harmonies of #182119
Complementary color
Monochromatic Colors of #182119
Black with #182119
Text Example
Text Example
White with #182119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182119; }
p { color: rgb(24,33,25); }
H1.HeaderClassName
{
color: #182119;
}
.AnyTagClassName
{
color: #182119;
}
</style>
background-color css
<style>
a { background-color: #182119; }
a { background-color: rgb(24,33,25); }
div.DivClassName
{
background-color: #182119;
}
.BgClassName
{
background-color: #182119;
}
</style>
border-color css
<style>
span { border-color: #182119; }
span { border-color: rgb(24,33,25); }
td.TdClassName
{
border-color: #182119;
}
.TagClassName
{
border-color: #182119;
}
</style>