Shades of Black Bean #1B251D
Tints of Black Bean #1B251D
RGB
CMYK
RGB Variations
Color information
#1B251D (or 0x1B251D) is known color: Black Bean. HEX triplet: 1B, 25 and 1D. RGB value is (27,37,29). Sum of RGB (Red+Green+Blue) = 27+37+29=93 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.03% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 37 - color contains mainly: green. Hex color #1B251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B251D is #E4DAE2. Grayscale: #212121. Windows color (decimal): -14998243 or 1910043. OLE color: 1910043.
HSL color Cylindrical-coordinate representation of color #1B251D: hue angle of 132º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1B251D is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 37 | 29 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.85 |
| HSL | 132º | 0.16% | 0.13% | - |
| HSV(B) | 132º | 0.27% | 0.15% | - |
| XYZ | 1.34 | 1.64 | 1.41 | - |
| YUV | 33.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 37 | 29 | 0.27 | 0 | 0.22 | 0.85 | 132 | 0.16 | 0.13 |
| Hex | 1B | 25 | 1D | 1B | 0 | 16 | 55 | 84 | 10 | D |
| Octal | 33 | 45 | 35 | 33 | 0 | 26 | 125 | 204 | 20 | 15 |
| Binary | 11011 | 100101 | 11101 | 11011 | 0 | 10110 | 1010101 | 10000100 | 10000 | 1101 |
Color Harmonies of #1B251D
Complementary color
Monochromatic Colors of #1B251D
Black with #1B251D
Text Example
Text Example
White with #1B251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B251D; }
p { color: rgb(27,37,29); }
H1.HeaderClassName
{
color: #1B251D;
}
.AnyTagClassName
{
color: #1B251D;
}
</style>
background-color css
<style>
a { background-color: #1B251D; }
a { background-color: rgb(27,37,29); }
div.DivClassName
{
background-color: #1B251D;
}
.BgClassName
{
background-color: #1B251D;
}
</style>
border-color css
<style>
span { border-color: #1B251D; }
span { border-color: rgb(27,37,29); }
td.TdClassName
{
border-color: #1B251D;
}
.TagClassName
{
border-color: #1B251D;
}
</style>