Shades of Black Bean #182D19
Tints of Black Bean #182D19
RGB
CMYK
RGB Variations
Color information
#182D19 (or 0x182D19) is known color: Black Bean. HEX triplet: 18, 2D and 19. RGB value is (24,45,25). Sum of RGB (Red+Green+Blue) = 24+45+25=94 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.53% from 94); Green value is 45 (17.97% from 255 or 47.87% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 45 - color contains mainly: green. Hex color #182D19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182D19 is #E7D2E6. Grayscale: #242424. Windows color (decimal): -15192807 or 1649944. OLE color: 1649944.
HSL color Cylindrical-coordinate representation of color #182D19: hue angle of 122.86º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #182D19 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 45 | 25 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.82 |
| HSL | 122.86º | 0.3% | 0.14% | - |
| HSV(B) | 122.86º | 0.47% | 0.18% | - |
| XYZ | 1.49 | 2.14 | 1.25 | - |
| YUV | 36.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 25 | 0.47 | 0 | 0.44 | 0.82 | 122.86 | 0.3 | 0.14 |
| Hex | 18 | 2D | 19 | 2F | 0 | 2C | 52 | 7B | 1E | E |
| Octal | 30 | 55 | 31 | 57 | 0 | 54 | 122 | 173 | 36 | 16 |
| Binary | 11000 | 101101 | 11001 | 101111 | 0 | 101100 | 1010010 | 1111011 | 11110 | 1110 |
Color Harmonies of #182D19
Complementary color
Monochromatic Colors of #182D19
Black with #182D19
Text Example
Text Example
White with #182D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182D19; }
p { color: rgb(24,45,25); }
H1.HeaderClassName
{
color: #182D19;
}
.AnyTagClassName
{
color: #182D19;
}
</style>
background-color css
<style>
a { background-color: #182D19; }
a { background-color: rgb(24,45,25); }
div.DivClassName
{
background-color: #182D19;
}
.BgClassName
{
background-color: #182D19;
}
</style>
border-color css
<style>
span { border-color: #182D19; }
span { border-color: rgb(24,45,25); }
td.TdClassName
{
border-color: #182D19;
}
.TagClassName
{
border-color: #182D19;
}
</style>