Shades of Black Bean #182C1A
Tints of Black Bean #182C1A
RGB
CMYK
RGB Variations
Color information
#182C1A (or 0x182C1A) is known color: Black Bean. HEX triplet: 18, 2C and 1A. RGB value is (24,44,26). Sum of RGB (Red+Green+Blue) = 24+44+26=94 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.53% from 94); Green value is 44 (17.58% from 255 or 46.81% from 94); Blue value is 26 (10.55% from 255 or 27.66% from 94); Max value from RGB is 44 - color contains mainly: green. Hex color #182C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182C1A is #E7D3E5. Grayscale: #242424. Windows color (decimal): -15193062 or 1715224. OLE color: 1715224.
HSL color Cylindrical-coordinate representation of color #182C1A: hue angle of 126º 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 #182C1A is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 44 | 26 | - |
| CMYK | 0.45 | 0 | 0.41 | 0.83 |
| HSL | 126º | 0.29% | 0.13% | - |
| HSV(B) | 126º | 0.45% | 0.17% | - |
| XYZ | 1.46 | 2.07 | 1.3 | - |
| YUV | 35.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 26 | 0.45 | 0 | 0.41 | 0.83 | 126 | 0.29 | 0.13 |
| Hex | 18 | 2C | 1A | 2D | 0 | 29 | 53 | 7E | 1D | D |
| Octal | 30 | 54 | 32 | 55 | 0 | 51 | 123 | 176 | 35 | 15 |
| Binary | 11000 | 101100 | 11010 | 101101 | 0 | 101001 | 1010011 | 1111110 | 11101 | 1101 |
Color Harmonies of #182C1A
Complementary color
Monochromatic Colors of #182C1A
Black with #182C1A
Text Example
Text Example
White with #182C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C1A; }
p { color: rgb(24,44,26); }
H1.HeaderClassName
{
color: #182C1A;
}
.AnyTagClassName
{
color: #182C1A;
}
</style>
background-color css
<style>
a { background-color: #182C1A; }
a { background-color: rgb(24,44,26); }
div.DivClassName
{
background-color: #182C1A;
}
.BgClassName
{
background-color: #182C1A;
}
</style>
border-color css
<style>
span { border-color: #182C1A; }
span { border-color: rgb(24,44,26); }
td.TdClassName
{
border-color: #182C1A;
}
.TagClassName
{
border-color: #182C1A;
}
</style>