Shades of Black Bean #1A231C
Tints of Black Bean #1A231C
RGB
CMYK
RGB Variations
Color information
#1A231C (or 0x1A231C) is known color: Black Bean. HEX triplet: 1A, 23 and 1C. RGB value is (26,35,28). Sum of RGB (Red+Green+Blue) = 26+35+28=89 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.21% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 35 - color contains mainly: green. Hex color #1A231C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A231C is #E5DCE3. Grayscale: #1F1F1F. Windows color (decimal): -15064292 or 1843994. OLE color: 1843994.
HSL color Cylindrical-coordinate representation of color #1A231C: hue angle of 133.33º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1A231C is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 26 | 35 | 28 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.86 |
| HSL | 133.33º | 0.15% | 0.12% | - |
| HSV(B) | 133.33º | 0.26% | 0.14% | - |
| XYZ | 1.24 | 1.51 | 1.32 | - |
| YUV | 31.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 35 | 28 | 0.26 | 0 | 0.20 | 0.86 | 133.33 | 0.15 | 0.12 |
| Hex | 1A | 23 | 1C | 1A | 0 | 14 | 56 | 85 | F | C |
| Octal | 32 | 43 | 34 | 32 | 0 | 24 | 126 | 205 | 17 | 14 |
| Binary | 11010 | 100011 | 11100 | 11010 | 0 | 10100 | 1010110 | 10000101 | 1111 | 1100 |
Color Harmonies of #1A231C
Complementary color
Monochromatic Colors of #1A231C
Black with #1A231C
Text Example
Text Example
White with #1A231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A231C; }
p { color: rgb(26,35,28); }
H1.HeaderClassName
{
color: #1A231C;
}
.AnyTagClassName
{
color: #1A231C;
}
</style>
background-color css
<style>
a { background-color: #1A231C; }
a { background-color: rgb(26,35,28); }
div.DivClassName
{
background-color: #1A231C;
}
.BgClassName
{
background-color: #1A231C;
}
</style>
border-color css
<style>
span { border-color: #1A231C; }
span { border-color: rgb(26,35,28); }
td.TdClassName
{
border-color: #1A231C;
}
.TagClassName
{
border-color: #1A231C;
}
</style>