Shades of Black Bean #1B341F
Tints of Black Bean #1B341F
RGB
CMYK
RGB Variations
Color information
#1B341F (or 0x1B341F) is known color: Black Bean. HEX triplet: 1B, 34 and 1F. RGB value is (27,52,31). Sum of RGB (Red+Green+Blue) = 27+52+31=110 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.55% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #1B341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B341F is #E4CBE0. Grayscale: #2A2A2A. Windows color (decimal): -14994401 or 2044955. OLE color: 2044955.
HSL color Cylindrical-coordinate representation of color #1B341F: hue angle of 129.6º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1B341F is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 27 | 52 | 31 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.80 |
| HSL | 129.6º | 0.32% | 0.15% | - |
| HSV(B) | 129.6º | 0.48% | 0.2% | - |
| XYZ | 1.93 | 2.79 | 1.73 | - |
| YUV | 42.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 52 | 31 | 0.48 | 0 | 0.40 | 0.80 | 129.6 | 0.32 | 0.15 |
| Hex | 1B | 34 | 1F | 30 | 0 | 28 | 50 | 82 | 20 | F |
| Octal | 33 | 64 | 37 | 60 | 0 | 50 | 120 | 202 | 40 | 17 |
| Binary | 11011 | 110100 | 11111 | 110000 | 0 | 101000 | 1010000 | 10000010 | 100000 | 1111 |
Color Harmonies of #1B341F
Complementary color
Monochromatic Colors of #1B341F
Black with #1B341F
Text Example
Text Example
White with #1B341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B341F; }
p { color: rgb(27,52,31); }
H1.HeaderClassName
{
color: #1B341F;
}
.AnyTagClassName
{
color: #1B341F;
}
</style>
background-color css
<style>
a { background-color: #1B341F; }
a { background-color: rgb(27,52,31); }
div.DivClassName
{
background-color: #1B341F;
}
.BgClassName
{
background-color: #1B341F;
}
</style>
border-color css
<style>
span { border-color: #1B341F; }
span { border-color: rgb(27,52,31); }
td.TdClassName
{
border-color: #1B341F;
}
.TagClassName
{
border-color: #1B341F;
}
</style>