Shades of Black Bean #182A1D
Tints of Black Bean #182A1D
RGB
CMYK
RGB Variations
Color information
#182A1D (or 0x182A1D) is known color: Black Bean. HEX triplet: 18, 2A and 1D. RGB value is (24,42,29). Sum of RGB (Red+Green+Blue) = 24+42+29=95 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.26% from 95); Green value is 42 (16.80% from 255 or 44.21% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 42 - color contains mainly: green. Hex color #182A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182A1D is #E7D5E2. Grayscale: #232323. Windows color (decimal): -15193571 or 1911320. OLE color: 1911320.
HSL color Cylindrical-coordinate representation of color #182A1D: hue angle of 136.67º degrees, saturation: 0.27, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #182A1D is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 24 | 42 | 29 | - |
| CMYK | 0.43 | 0 | 0.31 | 0.84 |
| HSL | 136.67º | 0.27% | 0.13% | - |
| HSV(B) | 136.67º | 0.43% | 0.16% | - |
| XYZ | 1.43 | 1.94 | 1.46 | - |
| YUV | 35.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 29 | 0.43 | 0 | 0.31 | 0.84 | 136.67 | 0.27 | 0.13 |
| Hex | 18 | 2A | 1D | 2B | 0 | 1F | 54 | 89 | 1B | D |
| Octal | 30 | 52 | 35 | 53 | 0 | 37 | 124 | 211 | 33 | 15 |
| Binary | 11000 | 101010 | 11101 | 101011 | 0 | 11111 | 1010100 | 10001001 | 11011 | 1101 |
Color Harmonies of #182A1D
Complementary color
Monochromatic Colors of #182A1D
Black with #182A1D
Text Example
Text Example
White with #182A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A1D; }
p { color: rgb(24,42,29); }
H1.HeaderClassName
{
color: #182A1D;
}
.AnyTagClassName
{
color: #182A1D;
}
</style>
background-color css
<style>
a { background-color: #182A1D; }
a { background-color: rgb(24,42,29); }
div.DivClassName
{
background-color: #182A1D;
}
.BgClassName
{
background-color: #182A1D;
}
</style>
border-color css
<style>
span { border-color: #182A1D; }
span { border-color: rgb(24,42,29); }
td.TdClassName
{
border-color: #182A1D;
}
.TagClassName
{
border-color: #182A1D;
}
</style>