Shades of Black Bean #182D1A
Tints of Black Bean #182D1A
RGB
CMYK
RGB Variations
Color information
#182D1A (or 0x182D1A) is known color: Black Bean. HEX triplet: 18, 2D and 1A. RGB value is (24,45,26). Sum of RGB (Red+Green+Blue) = 24+45+26=95 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.26% from 95); Green value is 45 (17.97% from 255 or 47.37% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 45 - color contains mainly: green. Hex color #182D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182D1A is #E7D2E5. Grayscale: #242424. Windows color (decimal): -15192806 or 1715480. OLE color: 1715480.
HSL color Cylindrical-coordinate representation of color #182D1A: hue angle of 125.71º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #182D1A is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 45 | 26 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.82 |
| HSL | 125.71º | 0.3% | 0.14% | - |
| HSV(B) | 125.71º | 0.47% | 0.18% | - |
| XYZ | 1.5 | 2.15 | 1.31 | - |
| YUV | 36.56 | 122.04 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 26 | 0.47 | 0 | 0.42 | 0.82 | 125.71 | 0.3 | 0.14 |
| Hex | 18 | 2D | 1A | 2F | 0 | 2A | 52 | 7E | 1E | E |
| Octal | 30 | 55 | 32 | 57 | 0 | 52 | 122 | 176 | 36 | 16 |
| Binary | 11000 | 101101 | 11010 | 101111 | 0 | 101010 | 1010010 | 1111110 | 11110 | 1110 |
Color Harmonies of #182D1A
Complementary color
Monochromatic Colors of #182D1A
Black with #182D1A
Text Example
Text Example
White with #182D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182D1A; }
p { color: rgb(24,45,26); }
H1.HeaderClassName
{
color: #182D1A;
}
.AnyTagClassName
{
color: #182D1A;
}
</style>
background-color css
<style>
a { background-color: #182D1A; }
a { background-color: rgb(24,45,26); }
div.DivClassName
{
background-color: #182D1A;
}
.BgClassName
{
background-color: #182D1A;
}
</style>
border-color css
<style>
span { border-color: #182D1A; }
span { border-color: rgb(24,45,26); }
td.TdClassName
{
border-color: #182D1A;
}
.TagClassName
{
border-color: #182D1A;
}
</style>