Shades of Black Bean #18201A
Tints of Black Bean #18201A
RGB
CMYK
RGB Variations
Color information
#18201A (or 0x18201A) is known color: Black Bean. HEX triplet: 18, 20 and 1A. RGB value is (24,32,26). Sum of RGB (Red+Green+Blue) = 24+32+26=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 32 (12.89% from 255 or 39.02% from 82); Blue value is 26 (10.55% from 255 or 31.71% from 82); Max value from RGB is 32 - color contains mainly: green. Hex color #18201A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18201A is #E7DFE5. Grayscale: #1C1C1C. Windows color (decimal): -15196134 or 1712152. OLE color: 1712152.
HSL color Cylindrical-coordinate representation of color #18201A: hue angle of 135º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #18201A is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 24 | 32 | 26 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.87 |
| HSL | 135º | 0.14% | 0.11% | - |
| HSV(B) | 135º | 0.25% | 0.13% | - |
| XYZ | 1.08 | 1.3 | 1.17 | - |
| YUV | 28.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 26 | 0.25 | 0 | 0.19 | 0.87 | 135 | 0.14 | 0.11 |
| Hex | 18 | 20 | 1A | 19 | 0 | 13 | 57 | 87 | E | B |
| Octal | 30 | 40 | 32 | 31 | 0 | 23 | 127 | 207 | 16 | 13 |
| Binary | 11000 | 100000 | 11010 | 11001 | 0 | 10011 | 1010111 | 10000111 | 1110 | 1011 |
Color Harmonies of #18201A
Complementary color
Monochromatic Colors of #18201A
Black with #18201A
Text Example
Text Example
White with #18201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18201A; }
p { color: rgb(24,32,26); }
H1.HeaderClassName
{
color: #18201A;
}
.AnyTagClassName
{
color: #18201A;
}
</style>
background-color css
<style>
a { background-color: #18201A; }
a { background-color: rgb(24,32,26); }
div.DivClassName
{
background-color: #18201A;
}
.BgClassName
{
background-color: #18201A;
}
</style>
border-color css
<style>
span { border-color: #18201A; }
span { border-color: rgb(24,32,26); }
td.TdClassName
{
border-color: #18201A;
}
.TagClassName
{
border-color: #18201A;
}
</style>