Shades of Black Bean #1A271C
Tints of Black Bean #1A271C
RGB
CMYK
RGB Variations
Color information
#1A271C (or 0x1A271C) is known color: Black Bean. HEX triplet: 1A, 27 and 1C. RGB value is (26,39,28). Sum of RGB (Red+Green+Blue) = 26+39+28=93 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.96% from 93); Green value is 39 (15.62% from 255 or 41.94% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 39 - color contains mainly: green. Hex color #1A271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A271C is #E5D8E3. Grayscale: #212121. Windows color (decimal): -15063268 or 1845018. OLE color: 1845018.
HSL color Cylindrical-coordinate representation of color #1A271C: hue angle of 129.23º 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 #1A271C is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 39 | 28 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.85 |
| HSL | 129.23º | 0.2% | 0.13% | - |
| HSV(B) | 129.23º | 0.33% | 0.15% | - |
| XYZ | 1.36 | 1.75 | 1.37 | - |
| YUV | 33.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 39 | 28 | 0.33 | 0 | 0.28 | 0.85 | 129.23 | 0.2 | 0.13 |
| Hex | 1A | 27 | 1C | 21 | 0 | 1C | 55 | 81 | 14 | D |
| Octal | 32 | 47 | 34 | 41 | 0 | 34 | 125 | 201 | 24 | 15 |
| Binary | 11010 | 100111 | 11100 | 100001 | 0 | 11100 | 1010101 | 10000001 | 10100 | 1101 |
Color Harmonies of #1A271C
Complementary color
Monochromatic Colors of #1A271C
Black with #1A271C
Text Example
Text Example
White with #1A271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A271C; }
p { color: rgb(26,39,28); }
H1.HeaderClassName
{
color: #1A271C;
}
.AnyTagClassName
{
color: #1A271C;
}
</style>
background-color css
<style>
a { background-color: #1A271C; }
a { background-color: rgb(26,39,28); }
div.DivClassName
{
background-color: #1A271C;
}
.BgClassName
{
background-color: #1A271C;
}
</style>
border-color css
<style>
span { border-color: #1A271C; }
span { border-color: rgb(26,39,28); }
td.TdClassName
{
border-color: #1A271C;
}
.TagClassName
{
border-color: #1A271C;
}
</style>