Shades of Black Bean #1D261E
Tints of Black Bean #1D261E
RGB
CMYK
RGB Variations
Color information
#1D261E (or 0x1D261E) is known color: Black Bean. HEX triplet: 1D, 26 and 1E. RGB value is (29,38,30). Sum of RGB (Red+Green+Blue) = 29+38+30=97 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.90% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 38 - color contains mainly: green. Hex color #1D261E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D261E is #E2D9E1. Grayscale: #222222. Windows color (decimal): -14866914 or 1975837. OLE color: 1975837.
HSL color Cylindrical-coordinate representation of color #1D261E: hue angle of 126.67º degrees, saturation: 0.13, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1D261E is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 38 | 30 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.85 |
| HSL | 126.67º | 0.13% | 0.13% | - |
| HSV(B) | 126.67º | 0.24% | 0.15% | - |
| XYZ | 1.43 | 1.74 | 1.49 | - |
| YUV | 34.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 38 | 30 | 0.24 | 0 | 0.21 | 0.85 | 126.67 | 0.13 | 0.13 |
| Hex | 1D | 26 | 1E | 18 | 0 | 15 | 55 | 7F | D | D |
| Octal | 35 | 46 | 36 | 30 | 0 | 25 | 125 | 177 | 15 | 15 |
| Binary | 11101 | 100110 | 11110 | 11000 | 0 | 10101 | 1010101 | 1111111 | 1101 | 1101 |
Color Harmonies of #1D261E
Complementary color
Monochromatic Colors of #1D261E
Black with #1D261E
Text Example
Text Example
White with #1D261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D261E; }
p { color: rgb(29,38,30); }
H1.HeaderClassName
{
color: #1D261E;
}
.AnyTagClassName
{
color: #1D261E;
}
</style>
background-color css
<style>
a { background-color: #1D261E; }
a { background-color: rgb(29,38,30); }
div.DivClassName
{
background-color: #1D261E;
}
.BgClassName
{
background-color: #1D261E;
}
</style>
border-color css
<style>
span { border-color: #1D261E; }
span { border-color: rgb(29,38,30); }
td.TdClassName
{
border-color: #1D261E;
}
.TagClassName
{
border-color: #1D261E;
}
</style>