Shades of Black Bean #1D251D
Tints of Black Bean #1D251D
RGB
CMYK
RGB Variations
Color information
#1D251D (or 0x1D251D) is known color: Black Bean. HEX triplet: 1D, 25 and 1D. RGB value is (29,37,29). Sum of RGB (Red+Green+Blue) = 29+37+29=95 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.53% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 37 - color contains mainly: green. Hex color #1D251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D251D is #E2DAE2. Grayscale: #212121. Windows color (decimal): -14867171 or 1910045. OLE color: 1910045.
HSL color Cylindrical-coordinate representation of color #1D251D: hue angle of 120º 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 #1D251D is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 37 | 29 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.85 |
| HSL | 120º | 0.12% | 0.13% | - |
| HSV(B) | 120º | 0.22% | 0.15% | - |
| XYZ | 1.39 | 1.67 | 1.41 | - |
| YUV | 33.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 29 | 0.22 | 0 | 0.22 | 0.85 | 120 | 0.12 | 0.13 |
| Hex | 1D | 25 | 1D | 16 | 0 | 16 | 55 | 78 | C | D |
| Octal | 35 | 45 | 35 | 26 | 0 | 26 | 125 | 170 | 14 | 15 |
| Binary | 11101 | 100101 | 11101 | 10110 | 0 | 10110 | 1010101 | 1111000 | 1100 | 1101 |
Color Harmonies of #1D251D
Complementary color
Monochromatic Colors of #1D251D
Black with #1D251D
Text Example
Text Example
White with #1D251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D251D; }
p { color: rgb(29,37,29); }
H1.HeaderClassName
{
color: #1D251D;
}
.AnyTagClassName
{
color: #1D251D;
}
</style>
background-color css
<style>
a { background-color: #1D251D; }
a { background-color: rgb(29,37,29); }
div.DivClassName
{
background-color: #1D251D;
}
.BgClassName
{
background-color: #1D251D;
}
</style>
border-color css
<style>
span { border-color: #1D251D; }
span { border-color: rgb(29,37,29); }
td.TdClassName
{
border-color: #1D251D;
}
.TagClassName
{
border-color: #1D251D;
}
</style>