Shades of Black Bean #1D251F
Tints of Black Bean #1D251F
RGB
CMYK
RGB Variations
Color information
#1D251F (or 0x1D251F) is known color: Black Bean. HEX triplet: 1D, 25 and 1F. RGB value is (29,37,31). Sum of RGB (Red+Green+Blue) = 29+37+31=97 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.90% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 37 - color contains mainly: green. Hex color #1D251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D251F is #E2DAE0. Grayscale: #212121. Windows color (decimal): -14867169 or 2041117. OLE color: 2041117.
HSL color Cylindrical-coordinate representation of color #1D251F: hue angle of 135º 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 #1D251F is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 37 | 31 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.85 |
| HSL | 135º | 0.12% | 0.13% | - |
| HSV(B) | 135º | 0.22% | 0.15% | - |
| XYZ | 1.42 | 1.68 | 1.55 | - |
| YUV | 33.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 31 | 0.22 | 0 | 0.16 | 0.85 | 135 | 0.12 | 0.13 |
| Hex | 1D | 25 | 1F | 16 | 0 | 10 | 55 | 87 | C | D |
| Octal | 35 | 45 | 37 | 26 | 0 | 20 | 125 | 207 | 14 | 15 |
| Binary | 11101 | 100101 | 11111 | 10110 | 0 | 10000 | 1010101 | 10000111 | 1100 | 1101 |
Color Harmonies of #1D251F
Complementary color
Monochromatic Colors of #1D251F
Black with #1D251F
Text Example
Text Example
White with #1D251F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D251F; }
p { color: rgb(29,37,31); }
H1.HeaderClassName
{
color: #1D251F;
}
.AnyTagClassName
{
color: #1D251F;
}
</style>
background-color css
<style>
a { background-color: #1D251F; }
a { background-color: rgb(29,37,31); }
div.DivClassName
{
background-color: #1D251F;
}
.BgClassName
{
background-color: #1D251F;
}
</style>
border-color css
<style>
span { border-color: #1D251F; }
span { border-color: rgb(29,37,31); }
td.TdClassName
{
border-color: #1D251F;
}
.TagClassName
{
border-color: #1D251F;
}
</style>