Shades of Black Bean #182B1B
Tints of Black Bean #182B1B
RGB
CMYK
RGB Variations
Color information
#182B1B (or 0x182B1B) is known color: Black Bean. HEX triplet: 18, 2B and 1B. RGB value is (24,43,27). Sum of RGB (Red+Green+Blue) = 24+43+27=94 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.53% from 94); Green value is 43 (17.19% from 255 or 45.74% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 43 - color contains mainly: green. Hex color #182B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182B1B is #E7D4E4. Grayscale: #232323. Windows color (decimal): -15193317 or 1780504. OLE color: 1780504.
HSL color Cylindrical-coordinate representation of color #182B1B: hue angle of 129.47º 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 #182B1B is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 43 | 27 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.83 |
| HSL | 129.47º | 0.28% | 0.13% | - |
| HSV(B) | 129.47º | 0.44% | 0.17% | - |
| XYZ | 1.44 | 2 | 1.35 | - |
| YUV | 35.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 27 | 0.44 | 0 | 0.37 | 0.83 | 129.47 | 0.28 | 0.13 |
| Hex | 18 | 2B | 1B | 2C | 0 | 25 | 53 | 81 | 1C | D |
| Octal | 30 | 53 | 33 | 54 | 0 | 45 | 123 | 201 | 34 | 15 |
| Binary | 11000 | 101011 | 11011 | 101100 | 0 | 100101 | 1010011 | 10000001 | 11100 | 1101 |
Color Harmonies of #182B1B
Complementary color
Monochromatic Colors of #182B1B
Black with #182B1B
Text Example
Text Example
White with #182B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182B1B; }
p { color: rgb(24,43,27); }
H1.HeaderClassName
{
color: #182B1B;
}
.AnyTagClassName
{
color: #182B1B;
}
</style>
background-color css
<style>
a { background-color: #182B1B; }
a { background-color: rgb(24,43,27); }
div.DivClassName
{
background-color: #182B1B;
}
.BgClassName
{
background-color: #182B1B;
}
</style>
border-color css
<style>
span { border-color: #182B1B; }
span { border-color: rgb(24,43,27); }
td.TdClassName
{
border-color: #182B1B;
}
.TagClassName
{
border-color: #182B1B;
}
</style>