Shades of Black Bean #1B251B
Tints of Black Bean #1B251B
RGB
CMYK
RGB Variations
Color information
#1B251B (or 0x1B251B) is known color: Black Bean. HEX triplet: 1B, 25 and 1B. RGB value is (27,37,27). Sum of RGB (Red+Green+Blue) = 27+37+27=91 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.67% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 37 - color contains mainly: green. Hex color #1B251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B251B is #E4DAE4. Grayscale: #202020. Windows color (decimal): -14998245 or 1778971. OLE color: 1778971.
HSL color Cylindrical-coordinate representation of color #1B251B: hue angle of 120º 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 #1B251B is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 37 | 27 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.85 |
| HSL | 120º | 0.16% | 0.13% | - |
| HSV(B) | 120º | 0.27% | 0.15% | - |
| XYZ | 1.31 | 1.64 | 1.28 | - |
| YUV | 32.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 37 | 27 | 0.27 | 0 | 0.27 | 0.85 | 120 | 0.16 | 0.13 |
| Hex | 1B | 25 | 1B | 1B | 0 | 1B | 55 | 78 | 10 | D |
| Octal | 33 | 45 | 33 | 33 | 0 | 33 | 125 | 170 | 20 | 15 |
| Binary | 11011 | 100101 | 11011 | 11011 | 0 | 11011 | 1010101 | 1111000 | 10000 | 1101 |
Color Harmonies of #1B251B
Complementary color
Monochromatic Colors of #1B251B
Black with #1B251B
Text Example
Text Example
White with #1B251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B251B; }
p { color: rgb(27,37,27); }
H1.HeaderClassName
{
color: #1B251B;
}
.AnyTagClassName
{
color: #1B251B;
}
</style>
background-color css
<style>
a { background-color: #1B251B; }
a { background-color: rgb(27,37,27); }
div.DivClassName
{
background-color: #1B251B;
}
.BgClassName
{
background-color: #1B251B;
}
</style>
border-color css
<style>
span { border-color: #1B251B; }
span { border-color: rgb(27,37,27); }
td.TdClassName
{
border-color: #1B251B;
}
.TagClassName
{
border-color: #1B251B;
}
</style>