Shades of Black Bean #1A201C
Tints of Black Bean #1A201C
RGB
CMYK
RGB Variations
Color information
#1A201C (or 0x1A201C) is known color: Black Bean. HEX triplet: 1A, 20 and 1C. RGB value is (26,32,28). Sum of RGB (Red+Green+Blue) = 26+32+28=86 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.23% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 32 - color contains mainly: green. Hex color #1A201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A201C is #E5DFE3. Grayscale: #1D1D1D. Windows color (decimal): -15065060 or 1843226. OLE color: 1843226.
HSL color Cylindrical-coordinate representation of color #1A201C: hue angle of 140º degrees, saturation: 0.1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1A201C is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 26 | 32 | 28 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.87 |
| HSL | 140º | 0.1% | 0.11% | - |
| HSV(B) | 140º | 0.19% | 0.13% | - |
| XYZ | 1.15 | 1.34 | 1.3 | - |
| YUV | 29.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 32 | 28 | 0.19 | 0 | 0.12 | 0.87 | 140 | 0.1 | 0.11 |
| Hex | 1A | 20 | 1C | 13 | 0 | C | 57 | 8C | A | B |
| Octal | 32 | 40 | 34 | 23 | 0 | 14 | 127 | 214 | 12 | 13 |
| Binary | 11010 | 100000 | 11100 | 10011 | 0 | 1100 | 1010111 | 10001100 | 1010 | 1011 |
Color Harmonies of #1A201C
Complementary color
Monochromatic Colors of #1A201C
Black with #1A201C
Text Example
Text Example
White with #1A201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A201C; }
p { color: rgb(26,32,28); }
H1.HeaderClassName
{
color: #1A201C;
}
.AnyTagClassName
{
color: #1A201C;
}
</style>
background-color css
<style>
a { background-color: #1A201C; }
a { background-color: rgb(26,32,28); }
div.DivClassName
{
background-color: #1A201C;
}
.BgClassName
{
background-color: #1A201C;
}
</style>
border-color css
<style>
span { border-color: #1A201C; }
span { border-color: rgb(26,32,28); }
td.TdClassName
{
border-color: #1A201C;
}
.TagClassName
{
border-color: #1A201C;
}
</style>