Shades of Black Bean #182A1B
Tints of Black Bean #182A1B
RGB
CMYK
RGB Variations
Color information
#182A1B (or 0x182A1B) is known color: Black Bean. HEX triplet: 18, 2A and 1B. RGB value is (24,42,27). Sum of RGB (Red+Green+Blue) = 24+42+27=93 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.81% from 93); Green value is 42 (16.80% from 255 or 45.16% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 42 - color contains mainly: green. Hex color #182A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182A1B is #E7D5E4. Grayscale: #222222. Windows color (decimal): -15193573 or 1780248. OLE color: 1780248.
HSL color Cylindrical-coordinate representation of color #182A1B: hue angle of 130º 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 #182A1B is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 24 | 42 | 27 | - |
| CMYK | 0.43 | 0 | 0.36 | 0.84 |
| HSL | 130º | 0.27% | 0.13% | - |
| HSV(B) | 130º | 0.43% | 0.16% | - |
| XYZ | 1.4 | 1.93 | 1.34 | - |
| YUV | 34.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 27 | 0.43 | 0 | 0.36 | 0.84 | 130 | 0.27 | 0.13 |
| Hex | 18 | 2A | 1B | 2B | 0 | 24 | 54 | 82 | 1B | D |
| Octal | 30 | 52 | 33 | 53 | 0 | 44 | 124 | 202 | 33 | 15 |
| Binary | 11000 | 101010 | 11011 | 101011 | 0 | 100100 | 1010100 | 10000010 | 11011 | 1101 |
Color Harmonies of #182A1B
Complementary color
Monochromatic Colors of #182A1B
Black with #182A1B
Text Example
Text Example
White with #182A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A1B; }
p { color: rgb(24,42,27); }
H1.HeaderClassName
{
color: #182A1B;
}
.AnyTagClassName
{
color: #182A1B;
}
</style>
background-color css
<style>
a { background-color: #182A1B; }
a { background-color: rgb(24,42,27); }
div.DivClassName
{
background-color: #182A1B;
}
.BgClassName
{
background-color: #182A1B;
}
</style>
border-color css
<style>
span { border-color: #182A1B; }
span { border-color: rgb(24,42,27); }
td.TdClassName
{
border-color: #182A1B;
}
.TagClassName
{
border-color: #182A1B;
}
</style>