Shades of Black Bean #1B321D
Tints of Black Bean #1B321D
RGB
CMYK
RGB Variations
Color information
#1B321D (or 0x1B321D) is known color: Black Bean. HEX triplet: 1B, 32 and 1D. RGB value is (27,50,29). Sum of RGB (Red+Green+Blue) = 27+50+29=106 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25.47% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #1B321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B321D is #E4CDE2. Grayscale: #282828. Windows color (decimal): -14994915 or 1913371. OLE color: 1913371.
HSL color Cylindrical-coordinate representation of color #1B321D: hue angle of 125.22º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1B321D is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 27 | 50 | 29 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.80 |
| HSL | 125.22º | 0.3% | 0.15% | - |
| HSV(B) | 125.22º | 0.46% | 0.2% | - |
| XYZ | 1.81 | 2.6 | 1.57 | - |
| YUV | 40.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 50 | 29 | 0.46 | 0 | 0.42 | 0.80 | 125.22 | 0.3 | 0.15 |
| Hex | 1B | 32 | 1D | 2E | 0 | 2A | 50 | 7D | 1E | F |
| Octal | 33 | 62 | 35 | 56 | 0 | 52 | 120 | 175 | 36 | 17 |
| Binary | 11011 | 110010 | 11101 | 101110 | 0 | 101010 | 1010000 | 1111101 | 11110 | 1111 |
Color Harmonies of #1B321D
Complementary color
Monochromatic Colors of #1B321D
Black with #1B321D
Text Example
Text Example
White with #1B321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B321D; }
p { color: rgb(27,50,29); }
H1.HeaderClassName
{
color: #1B321D;
}
.AnyTagClassName
{
color: #1B321D;
}
</style>
background-color css
<style>
a { background-color: #1B321D; }
a { background-color: rgb(27,50,29); }
div.DivClassName
{
background-color: #1B321D;
}
.BgClassName
{
background-color: #1B321D;
}
</style>
border-color css
<style>
span { border-color: #1B321D; }
span { border-color: rgb(27,50,29); }
td.TdClassName
{
border-color: #1B321D;
}
.TagClassName
{
border-color: #1B321D;
}
</style>