Shades of Black Bean #1D251E
Tints of Black Bean #1D251E
RGB
CMYK
RGB Variations
Color information
#1D251E (or 0x1D251E) is known color: Black Bean. HEX triplet: 1D, 25 and 1E. RGB value is (29,37,30). Sum of RGB (Red+Green+Blue) = 29+37+30=96 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.21% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 37 - color contains mainly: green. Hex color #1D251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D251E is #E2DAE1. Grayscale: #212121. Windows color (decimal): -14867170 or 1975581. OLE color: 1975581.
HSL color Cylindrical-coordinate representation of color #1D251E: hue angle of 127.5º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #1D251E is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 37 | 30 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.85 |
| HSL | 127.5º | 0.12% | 0.13% | - |
| HSV(B) | 127.5º | 0.22% | 0.15% | - |
| XYZ | 1.4 | 1.68 | 1.48 | - |
| YUV | 33.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 30 | 0.22 | 0 | 0.19 | 0.85 | 127.5 | 0.12 | 0.13 |
| Hex | 1D | 25 | 1E | 16 | 0 | 13 | 55 | 80 | C | D |
| Octal | 35 | 45 | 36 | 26 | 0 | 23 | 125 | 200 | 14 | 15 |
| Binary | 11101 | 100101 | 11110 | 10110 | 0 | 10011 | 1010101 | 10000000 | 1100 | 1101 |
Color Harmonies of #1D251E
Complementary color
Monochromatic Colors of #1D251E
Black with #1D251E
Text Example
Text Example
White with #1D251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D251E; }
p { color: rgb(29,37,30); }
H1.HeaderClassName
{
color: #1D251E;
}
.AnyTagClassName
{
color: #1D251E;
}
</style>
background-color css
<style>
a { background-color: #1D251E; }
a { background-color: rgb(29,37,30); }
div.DivClassName
{
background-color: #1D251E;
}
.BgClassName
{
background-color: #1D251E;
}
</style>
border-color css
<style>
span { border-color: #1D251E; }
span { border-color: rgb(29,37,30); }
td.TdClassName
{
border-color: #1D251E;
}
.TagClassName
{
border-color: #1D251E;
}
</style>