Shades of Black Bean #182C1D
Tints of Black Bean #182C1D
RGB
CMYK
RGB Variations
Color information
#182C1D (or 0x182C1D) is known color: Black Bean. HEX triplet: 18, 2C and 1D. RGB value is (24,44,29). Sum of RGB (Red+Green+Blue) = 24+44+29=97 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.74% from 97); Green value is 44 (17.58% from 255 or 45.36% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 44 - color contains mainly: green. Hex color #182C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182C1D is #E7D3E2. Grayscale: #242424. Windows color (decimal): -15193059 or 1911832. OLE color: 1911832.
HSL color Cylindrical-coordinate representation of color #182C1D: hue angle of 135º 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 #182C1D is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 44 | 29 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.83 |
| HSL | 135º | 0.29% | 0.13% | - |
| HSV(B) | 135º | 0.45% | 0.17% | - |
| XYZ | 1.5 | 2.08 | 1.49 | - |
| YUV | 36.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 29 | 0.45 | 0 | 0.34 | 0.83 | 135 | 0.29 | 0.13 |
| Hex | 18 | 2C | 1D | 2D | 0 | 22 | 53 | 87 | 1D | D |
| Octal | 30 | 54 | 35 | 55 | 0 | 42 | 123 | 207 | 35 | 15 |
| Binary | 11000 | 101100 | 11101 | 101101 | 0 | 100010 | 1010011 | 10000111 | 11101 | 1101 |
Color Harmonies of #182C1D
Complementary color
Monochromatic Colors of #182C1D
Black with #182C1D
Text Example
Text Example
White with #182C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C1D; }
p { color: rgb(24,44,29); }
H1.HeaderClassName
{
color: #182C1D;
}
.AnyTagClassName
{
color: #182C1D;
}
</style>
background-color css
<style>
a { background-color: #182C1D; }
a { background-color: rgb(24,44,29); }
div.DivClassName
{
background-color: #182C1D;
}
.BgClassName
{
background-color: #182C1D;
}
</style>
border-color css
<style>
span { border-color: #182C1D; }
span { border-color: rgb(24,44,29); }
td.TdClassName
{
border-color: #182C1D;
}
.TagClassName
{
border-color: #182C1D;
}
</style>