Shades of Black Bean #1D271F
Tints of Black Bean #1D271F
RGB
CMYK
RGB Variations
Color information
#1D271F (or 0x1D271F) is known color: Black Bean. HEX triplet: 1D, 27 and 1F. RGB value is (29,39,31). Sum of RGB (Red+Green+Blue) = 29+39+31=99 (13% of max value = 765). Red value is 29 (11.72% from 255 or 29.29% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 39 - color contains mainly: green. Hex color #1D271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D271F is #E2D8E0. Grayscale: #232323. Windows color (decimal): -14866657 or 2041629. OLE color: 2041629.
HSL color Cylindrical-coordinate representation of color #1D271F: hue angle of 132º 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 #1D271F is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 39 | 31 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.85 |
| HSL | 132º | 0.15% | 0.13% | - |
| HSV(B) | 132º | 0.26% | 0.15% | - |
| XYZ | 1.48 | 1.81 | 1.57 | - |
| YUV | 35.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 31 | 0.26 | 0 | 0.21 | 0.85 | 132 | 0.15 | 0.13 |
| Hex | 1D | 27 | 1F | 1A | 0 | 15 | 55 | 84 | F | D |
| Octal | 35 | 47 | 37 | 32 | 0 | 25 | 125 | 204 | 17 | 15 |
| Binary | 11101 | 100111 | 11111 | 11010 | 0 | 10101 | 1010101 | 10000100 | 1111 | 1101 |
Color Harmonies of #1D271F
Complementary color
Monochromatic Colors of #1D271F
Black with #1D271F
Text Example
Text Example
White with #1D271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D271F; }
p { color: rgb(29,39,31); }
H1.HeaderClassName
{
color: #1D271F;
}
.AnyTagClassName
{
color: #1D271F;
}
</style>
background-color css
<style>
a { background-color: #1D271F; }
a { background-color: rgb(29,39,31); }
div.DivClassName
{
background-color: #1D271F;
}
.BgClassName
{
background-color: #1D271F;
}
</style>
border-color css
<style>
span { border-color: #1D271F; }
span { border-color: rgb(29,39,31); }
td.TdClassName
{
border-color: #1D271F;
}
.TagClassName
{
border-color: #1D271F;
}
</style>