Shades of Black Bean #1A241C
Tints of Black Bean #1A241C
RGB
CMYK
RGB Variations
Color information
#1A241C (or 0x1A241C) is known color: Black Bean. HEX triplet: 1A, 24 and 1C. RGB value is (26,36,28). Sum of RGB (Red+Green+Blue) = 26+36+28=90 (11% of max value = 765). Red value is 26 (10.55% from 255 or 28.89% from 90); Green value is 36 (14.45% from 255 or 40% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 36 - color contains mainly: green. Hex color #1A241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A241C is #E5DBE3. Grayscale: #202020. Windows color (decimal): -15064036 or 1844250. OLE color: 1844250.
HSL color Cylindrical-coordinate representation of color #1A241C: hue angle of 132º degrees, saturation: 0.16, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1A241C is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 26 | 36 | 28 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.86 |
| HSL | 132º | 0.16% | 0.12% | - |
| HSV(B) | 132º | 0.28% | 0.14% | - |
| XYZ | 1.27 | 1.57 | 1.33 | - |
| YUV | 32.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 36 | 28 | 0.28 | 0 | 0.22 | 0.86 | 132 | 0.16 | 0.12 |
| Hex | 1A | 24 | 1C | 1C | 0 | 16 | 56 | 84 | 10 | C |
| Octal | 32 | 44 | 34 | 34 | 0 | 26 | 126 | 204 | 20 | 14 |
| Binary | 11010 | 100100 | 11100 | 11100 | 0 | 10110 | 1010110 | 10000100 | 10000 | 1100 |
Color Harmonies of #1A241C
Complementary color
Monochromatic Colors of #1A241C
Black with #1A241C
Text Example
Text Example
White with #1A241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A241C; }
p { color: rgb(26,36,28); }
H1.HeaderClassName
{
color: #1A241C;
}
.AnyTagClassName
{
color: #1A241C;
}
</style>
background-color css
<style>
a { background-color: #1A241C; }
a { background-color: rgb(26,36,28); }
div.DivClassName
{
background-color: #1A241C;
}
.BgClassName
{
background-color: #1A241C;
}
</style>
border-color css
<style>
span { border-color: #1A241C; }
span { border-color: rgb(26,36,28); }
td.TdClassName
{
border-color: #1A241C;
}
.TagClassName
{
border-color: #1A241C;
}
</style>