Shades of Black Bean #182B1D
Tints of Black Bean #182B1D
RGB
CMYK
RGB Variations
Color information
#182B1D (or 0x182B1D) is known color: Black Bean. HEX triplet: 18, 2B and 1D. RGB value is (24,43,29). Sum of RGB (Red+Green+Blue) = 24+43+29=96 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25% from 96); Green value is 43 (17.19% from 255 or 44.79% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 43 - color contains mainly: green. Hex color #182B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182B1D is #E7D4E2. Grayscale: #232323. Windows color (decimal): -15193315 or 1911576. OLE color: 1911576.
HSL color Cylindrical-coordinate representation of color #182B1D: hue angle of 135.79º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #182B1D is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 43 | 29 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.83 |
| HSL | 135.79º | 0.28% | 0.13% | - |
| HSV(B) | 135.79º | 0.44% | 0.17% | - |
| XYZ | 1.46 | 2.01 | 1.47 | - |
| YUV | 35.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 29 | 0.44 | 0 | 0.33 | 0.83 | 135.79 | 0.28 | 0.13 |
| Hex | 18 | 2B | 1D | 2C | 0 | 21 | 53 | 88 | 1C | D |
| Octal | 30 | 53 | 35 | 54 | 0 | 41 | 123 | 210 | 34 | 15 |
| Binary | 11000 | 101011 | 11101 | 101100 | 0 | 100001 | 1010011 | 10001000 | 11100 | 1101 |
Color Harmonies of #182B1D
Complementary color
Monochromatic Colors of #182B1D
Black with #182B1D
Text Example
Text Example
White with #182B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182B1D; }
p { color: rgb(24,43,29); }
H1.HeaderClassName
{
color: #182B1D;
}
.AnyTagClassName
{
color: #182B1D;
}
</style>
background-color css
<style>
a { background-color: #182B1D; }
a { background-color: rgb(24,43,29); }
div.DivClassName
{
background-color: #182B1D;
}
.BgClassName
{
background-color: #182B1D;
}
</style>
border-color css
<style>
span { border-color: #182B1D; }
span { border-color: rgb(24,43,29); }
td.TdClassName
{
border-color: #182B1D;
}
.TagClassName
{
border-color: #182B1D;
}
</style>