Shades of Black Bean #1A271B
Tints of Black Bean #1A271B
RGB
CMYK
RGB Variations
Color information
#1A271B (or 0x1A271B) is known color: Black Bean. HEX triplet: 1A, 27 and 1B. RGB value is (26,39,27). Sum of RGB (Red+Green+Blue) = 26+39+27=92 (12% of max value = 765). Red value is 26 (10.55% from 255 or 28.26% from 92); Green value is 39 (15.62% from 255 or 42.39% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 39 - color contains mainly: green. Hex color #1A271B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A271B is #E5D8E4. Grayscale: #212121. Windows color (decimal): -15063269 or 1779482. OLE color: 1779482.
HSL color Cylindrical-coordinate representation of color #1A271B: hue angle of 124.62º degrees, saturation: 0.2, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1A271B is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 39 | 27 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.85 |
| HSL | 124.62º | 0.2% | 0.13% | - |
| HSV(B) | 124.62º | 0.33% | 0.15% | - |
| XYZ | 1.35 | 1.75 | 1.3 | - |
| YUV | 33.75 | 124.19 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 39 | 27 | 0.33 | 0 | 0.31 | 0.85 | 124.62 | 0.2 | 0.13 |
| Hex | 1A | 27 | 1B | 21 | 0 | 1F | 55 | 7D | 14 | D |
| Octal | 32 | 47 | 33 | 41 | 0 | 37 | 125 | 175 | 24 | 15 |
| Binary | 11010 | 100111 | 11011 | 100001 | 0 | 11111 | 1010101 | 1111101 | 10100 | 1101 |
Color Harmonies of #1A271B
Complementary color
Monochromatic Colors of #1A271B
Black with #1A271B
Text Example
Text Example
White with #1A271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A271B; }
p { color: rgb(26,39,27); }
H1.HeaderClassName
{
color: #1A271B;
}
.AnyTagClassName
{
color: #1A271B;
}
</style>
background-color css
<style>
a { background-color: #1A271B; }
a { background-color: rgb(26,39,27); }
div.DivClassName
{
background-color: #1A271B;
}
.BgClassName
{
background-color: #1A271B;
}
</style>
border-color css
<style>
span { border-color: #1A271B; }
span { border-color: rgb(26,39,27); }
td.TdClassName
{
border-color: #1A271B;
}
.TagClassName
{
border-color: #1A271B;
}
</style>