Shades of Black Bean #1B2D1F
Tints of Black Bean #1B2D1F
RGB
CMYK
RGB Variations
Color information
#1B2D1F (or 0x1B2D1F) is known color: Black Bean. HEX triplet: 1B, 2D and 1F. RGB value is (27,45,31). Sum of RGB (Red+Green+Blue) = 27+45+31=103 (13% of max value = 765). Red value is 27 (10.94% from 255 or 26.21% from 103); Green value is 45 (17.97% from 255 or 43.69% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 45 - color contains mainly: green. Hex color #1B2D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2D1F is #E4D2E0. Grayscale: #262626. Windows color (decimal): -14996193 or 2043163. OLE color: 2043163.
HSL color Cylindrical-coordinate representation of color #1B2D1F: hue angle of 133.33º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1B2D1F is Cyan = 0.4, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 27 | 45 | 31 | - |
| CMYK | 0.4 | 0 | 0.31 | 0.82 |
| HSL | 133.33º | 0.25% | 0.14% | - |
| HSV(B) | 133.33º | 0.4% | 0.18% | - |
| XYZ | 1.64 | 2.21 | 1.64 | - |
| YUV | 38.02 | 124.04 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 45 | 31 | 0.4 | 0 | 0.31 | 0.82 | 133.33 | 0.25 | 0.14 |
| Hex | 1B | 2D | 1F | 28 | 0 | 1F | 52 | 85 | 19 | E |
| Octal | 33 | 55 | 37 | 50 | 0 | 37 | 122 | 205 | 31 | 16 |
| Binary | 11011 | 101101 | 11111 | 101000 | 0 | 11111 | 1010010 | 10000101 | 11001 | 1110 |
Color Harmonies of #1B2D1F
Complementary color
Monochromatic Colors of #1B2D1F
Black with #1B2D1F
Text Example
Text Example
White with #1B2D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2D1F; }
p { color: rgb(27,45,31); }
H1.HeaderClassName
{
color: #1B2D1F;
}
.AnyTagClassName
{
color: #1B2D1F;
}
</style>
background-color css
<style>
a { background-color: #1B2D1F; }
a { background-color: rgb(27,45,31); }
div.DivClassName
{
background-color: #1B2D1F;
}
.BgClassName
{
background-color: #1B2D1F;
}
</style>
border-color css
<style>
span { border-color: #1B2D1F; }
span { border-color: rgb(27,45,31); }
td.TdClassName
{
border-color: #1B2D1F;
}
.TagClassName
{
border-color: #1B2D1F;
}
</style>