Shades of Black Bean #182C1E
Tints of Black Bean #182C1E
RGB
CMYK
RGB Variations
Color information
#182C1E (or 0x182C1E) is known color: Black Bean. HEX triplet: 18, 2C and 1E. RGB value is (24,44,30). Sum of RGB (Red+Green+Blue) = 24+44+30=98 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.49% from 98); Green value is 44 (17.58% from 255 or 44.90% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 44 - color contains mainly: green. Hex color #182C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182C1E is #E7D3E1. Grayscale: #242424. Windows color (decimal): -15193058 or 1977368. OLE color: 1977368.
HSL color Cylindrical-coordinate representation of color #182C1E: hue angle of 138º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #182C1E is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 44 | 30 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.83 |
| HSL | 138º | 0.29% | 0.13% | - |
| HSV(B) | 138º | 0.45% | 0.17% | - |
| XYZ | 1.51 | 2.09 | 1.55 | - |
| YUV | 36.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 30 | 0.45 | 0 | 0.32 | 0.83 | 138 | 0.29 | 0.13 |
| Hex | 18 | 2C | 1E | 2D | 0 | 20 | 53 | 8A | 1D | D |
| Octal | 30 | 54 | 36 | 55 | 0 | 40 | 123 | 212 | 35 | 15 |
| Binary | 11000 | 101100 | 11110 | 101101 | 0 | 100000 | 1010011 | 10001010 | 11101 | 1101 |
Color Harmonies of #182C1E
Complementary color
Monochromatic Colors of #182C1E
Black with #182C1E
Text Example
Text Example
White with #182C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C1E; }
p { color: rgb(24,44,30); }
H1.HeaderClassName
{
color: #182C1E;
}
.AnyTagClassName
{
color: #182C1E;
}
</style>
background-color css
<style>
a { background-color: #182C1E; }
a { background-color: rgb(24,44,30); }
div.DivClassName
{
background-color: #182C1E;
}
.BgClassName
{
background-color: #182C1E;
}
</style>
border-color css
<style>
span { border-color: #182C1E; }
span { border-color: rgb(24,44,30); }
td.TdClassName
{
border-color: #182C1E;
}
.TagClassName
{
border-color: #182C1E;
}
</style>