Shades of Black Bean #1D271E
Tints of Black Bean #1D271E
RGB
CMYK
RGB Variations
Color information
#1D271E (or 0x1D271E) is known color: Black Bean. HEX triplet: 1D, 27 and 1E. RGB value is (29,39,30). Sum of RGB (Red+Green+Blue) = 29+39+30=98 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.59% from 98); Green value is 39 (15.62% from 255 or 39.80% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 39 - color contains mainly: green. Hex color #1D271E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D271E is #E2D8E1. Grayscale: #232323. Windows color (decimal): -14866658 or 1976093. OLE color: 1976093.
HSL color Cylindrical-coordinate representation of color #1D271E: hue angle of 126º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1D271E is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 39 | 30 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.85 |
| HSL | 126º | 0.15% | 0.13% | - |
| HSV(B) | 126º | 0.26% | 0.15% | - |
| XYZ | 1.47 | 1.81 | 1.5 | - |
| YUV | 34.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 30 | 0.26 | 0 | 0.23 | 0.85 | 126 | 0.15 | 0.13 |
| Hex | 1D | 27 | 1E | 1A | 0 | 17 | 55 | 7E | F | D |
| Octal | 35 | 47 | 36 | 32 | 0 | 27 | 125 | 176 | 17 | 15 |
| Binary | 11101 | 100111 | 11110 | 11010 | 0 | 10111 | 1010101 | 1111110 | 1111 | 1101 |
Color Harmonies of #1D271E
Complementary color
Monochromatic Colors of #1D271E
Black with #1D271E
Text Example
Text Example
White with #1D271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D271E; }
p { color: rgb(29,39,30); }
H1.HeaderClassName
{
color: #1D271E;
}
.AnyTagClassName
{
color: #1D271E;
}
</style>
background-color css
<style>
a { background-color: #1D271E; }
a { background-color: rgb(29,39,30); }
div.DivClassName
{
background-color: #1D271E;
}
.BgClassName
{
background-color: #1D271E;
}
</style>
border-color css
<style>
span { border-color: #1D271E; }
span { border-color: rgb(29,39,30); }
td.TdClassName
{
border-color: #1D271E;
}
.TagClassName
{
border-color: #1D271E;
}
</style>