Shades of Black Bean #1B251C
Tints of Black Bean #1B251C
RGB
CMYK
RGB Variations
Color information
#1B251C (or 0x1B251C) is known color: Black Bean. HEX triplet: 1B, 25 and 1C. RGB value is (27,37,28). Sum of RGB (Red+Green+Blue) = 27+37+28=92 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.35% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 37 - color contains mainly: green. Hex color #1B251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B251C is #E4DAE3. Grayscale: #212121. Windows color (decimal): -14998244 or 1844507. OLE color: 1844507.
HSL color Cylindrical-coordinate representation of color #1B251C: hue angle of 126º 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 #1B251C is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 37 | 28 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.85 |
| HSL | 126º | 0.16% | 0.13% | - |
| HSV(B) | 126º | 0.27% | 0.15% | - |
| XYZ | 1.32 | 1.64 | 1.35 | - |
| YUV | 32.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 37 | 28 | 0.27 | 0 | 0.24 | 0.85 | 126 | 0.16 | 0.13 |
| Hex | 1B | 25 | 1C | 1B | 0 | 18 | 55 | 7E | 10 | D |
| Octal | 33 | 45 | 34 | 33 | 0 | 30 | 125 | 176 | 20 | 15 |
| Binary | 11011 | 100101 | 11100 | 11011 | 0 | 11000 | 1010101 | 1111110 | 10000 | 1101 |
Color Harmonies of #1B251C
Complementary color
Monochromatic Colors of #1B251C
Black with #1B251C
Text Example
Text Example
White with #1B251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B251C; }
p { color: rgb(27,37,28); }
H1.HeaderClassName
{
color: #1B251C;
}
.AnyTagClassName
{
color: #1B251C;
}
</style>
background-color css
<style>
a { background-color: #1B251C; }
a { background-color: rgb(27,37,28); }
div.DivClassName
{
background-color: #1B251C;
}
.BgClassName
{
background-color: #1B251C;
}
</style>
border-color css
<style>
span { border-color: #1B251C; }
span { border-color: rgb(27,37,28); }
td.TdClassName
{
border-color: #1B251C;
}
.TagClassName
{
border-color: #1B251C;
}
</style>