Shades of Black Bean #1A2C1F
Tints of Black Bean #1A2C1F
RGB
CMYK
RGB Variations
Color information
#1A2C1F (or 0x1A2C1F) is known color: Black Bean. HEX triplet: 1A, 2C and 1F. RGB value is (26,44,31). Sum of RGB (Red+Green+Blue) = 26+44+31=101 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25.74% from 101); Green value is 44 (17.58% from 255 or 43.56% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 44 - color contains mainly: green. Hex color #1A2C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2C1F is #E5D3E0. Grayscale: #252525. Windows color (decimal): -15061985 or 2042906. OLE color: 2042906.
HSL color Cylindrical-coordinate representation of color #1A2C1F: hue angle of 136.67º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1A2C1F is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 26 | 44 | 31 | - |
| CMYK | 0.41 | 0 | 0.30 | 0.83 |
| HSL | 136.67º | 0.26% | 0.14% | - |
| HSV(B) | 136.67º | 0.41% | 0.17% | - |
| XYZ | 1.57 | 2.12 | 1.62 | - |
| YUV | 37.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 44 | 31 | 0.41 | 0 | 0.30 | 0.83 | 136.67 | 0.26 | 0.14 |
| Hex | 1A | 2C | 1F | 29 | 0 | 1E | 53 | 89 | 1A | E |
| Octal | 32 | 54 | 37 | 51 | 0 | 36 | 123 | 211 | 32 | 16 |
| Binary | 11010 | 101100 | 11111 | 101001 | 0 | 11110 | 1010011 | 10001001 | 11010 | 1110 |
Color Harmonies of #1A2C1F
Complementary color
Monochromatic Colors of #1A2C1F
Black with #1A2C1F
Text Example
Text Example
White with #1A2C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2C1F; }
p { color: rgb(26,44,31); }
H1.HeaderClassName
{
color: #1A2C1F;
}
.AnyTagClassName
{
color: #1A2C1F;
}
</style>
background-color css
<style>
a { background-color: #1A2C1F; }
a { background-color: rgb(26,44,31); }
div.DivClassName
{
background-color: #1A2C1F;
}
.BgClassName
{
background-color: #1A2C1F;
}
</style>
border-color css
<style>
span { border-color: #1A2C1F; }
span { border-color: rgb(26,44,31); }
td.TdClassName
{
border-color: #1A2C1F;
}
.TagClassName
{
border-color: #1A2C1F;
}
</style>