Shades of Black Bean #182E1D
Tints of Black Bean #182E1D
RGB
CMYK
RGB Variations
Color information
#182E1D (or 0x182E1D) is known color: Black Bean. HEX triplet: 18, 2E and 1D. RGB value is (24,46,29). Sum of RGB (Red+Green+Blue) = 24+46+29=99 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24.24% from 99); Green value is 46 (18.36% from 255 or 46.46% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 46 - color contains mainly: green. Hex color #182E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182E1D is #E7D1E2. Grayscale: #252525. Windows color (decimal): -15192547 or 1912344. OLE color: 1912344.
HSL color Cylindrical-coordinate representation of color #182E1D: hue angle of 133.64º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #182E1D is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 46 | 29 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.82 |
| HSL | 133.64º | 0.31% | 0.14% | - |
| HSV(B) | 133.64º | 0.48% | 0.18% | - |
| XYZ | 1.58 | 2.24 | 1.51 | - |
| YUV | 37.48 | 123.21 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 46 | 29 | 0.48 | 0 | 0.37 | 0.82 | 133.64 | 0.31 | 0.14 |
| Hex | 18 | 2E | 1D | 30 | 0 | 25 | 52 | 86 | 1F | E |
| Octal | 30 | 56 | 35 | 60 | 0 | 45 | 122 | 206 | 37 | 16 |
| Binary | 11000 | 101110 | 11101 | 110000 | 0 | 100101 | 1010010 | 10000110 | 11111 | 1110 |
Color Harmonies of #182E1D
Complementary color
Monochromatic Colors of #182E1D
Black with #182E1D
Text Example
Text Example
White with #182E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182E1D; }
p { color: rgb(24,46,29); }
H1.HeaderClassName
{
color: #182E1D;
}
.AnyTagClassName
{
color: #182E1D;
}
</style>
background-color css
<style>
a { background-color: #182E1D; }
a { background-color: rgb(24,46,29); }
div.DivClassName
{
background-color: #182E1D;
}
.BgClassName
{
background-color: #182E1D;
}
</style>
border-color css
<style>
span { border-color: #182E1D; }
span { border-color: rgb(24,46,29); }
td.TdClassName
{
border-color: #182E1D;
}
.TagClassName
{
border-color: #182E1D;
}
</style>