Shades of Black Bean #1B391F
Tints of Black Bean #1B391F
RGB
CMYK
RGB Variations
Color information
#1B391F (or 0x1B391F) is known color: Black Bean. HEX triplet: 1B, 39 and 1F. RGB value is (27,57,31). Sum of RGB (Red+Green+Blue) = 27+57+31=115 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.48% from 115); Green value is 57 (22.66% from 255 or 49.57% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 57 - color contains mainly: green. Hex color #1B391F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B391F is #E4C6E0. Grayscale: #2D2D2D. Windows color (decimal): -14993121 or 2046235. OLE color: 2046235.
HSL color Cylindrical-coordinate representation of color #1B391F: hue angle of 128º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1B391F is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 57 | 31 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.78 |
| HSL | 128º | 0.36% | 0.16% | - |
| HSV(B) | 128º | 0.53% | 0.22% | - |
| XYZ | 2.16 | 3.26 | 1.81 | - |
| YUV | 45.07 | 120.06 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 57 | 31 | 0.53 | 0 | 0.46 | 0.78 | 128 | 0.36 | 0.16 |
| Hex | 1B | 39 | 1F | 35 | 0 | 2E | 4E | 80 | 24 | 10 |
| Octal | 33 | 71 | 37 | 65 | 0 | 56 | 116 | 200 | 44 | 20 |
| Binary | 11011 | 111001 | 11111 | 110101 | 0 | 101110 | 1001110 | 10000000 | 100100 | 10000 |
Color Harmonies of #1B391F
Complementary color
Monochromatic Colors of #1B391F
Black with #1B391F
Text Example
Text Example
White with #1B391F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B391F; }
p { color: rgb(27,57,31); }
H1.HeaderClassName
{
color: #1B391F;
}
.AnyTagClassName
{
color: #1B391F;
}
</style>
background-color css
<style>
a { background-color: #1B391F; }
a { background-color: rgb(27,57,31); }
div.DivClassName
{
background-color: #1B391F;
}
.BgClassName
{
background-color: #1B391F;
}
</style>
border-color css
<style>
span { border-color: #1B391F; }
span { border-color: rgb(27,57,31); }
td.TdClassName
{
border-color: #1B391F;
}
.TagClassName
{
border-color: #1B391F;
}
</style>