Shades of Black Bean #1B331D
Tints of Black Bean #1B331D
RGB
CMYK
RGB Variations
Color information
#1B331D (or 0x1B331D) is known color: Black Bean. HEX triplet: 1B, 33 and 1D. RGB value is (27,51,29). Sum of RGB (Red+Green+Blue) = 27+51+29=107 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25.23% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 51 - color contains mainly: green. Hex color #1B331D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B331D is #E4CCE2. Grayscale: #292929. Windows color (decimal): -14994659 or 1913627. OLE color: 1913627.
HSL color Cylindrical-coordinate representation of color #1B331D: hue angle of 125º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1B331D is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 27 | 51 | 29 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.8 |
| HSL | 125º | 0.31% | 0.15% | - |
| HSV(B) | 125º | 0.47% | 0.2% | - |
| XYZ | 1.86 | 2.69 | 1.58 | - |
| YUV | 41.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 51 | 29 | 0.47 | 0 | 0.43 | 0.8 | 125 | 0.31 | 0.15 |
| Hex | 1B | 33 | 1D | 2F | 0 | 2B | 50 | 7D | 1F | F |
| Octal | 33 | 63 | 35 | 57 | 0 | 53 | 120 | 175 | 37 | 17 |
| Binary | 11011 | 110011 | 11101 | 101111 | 0 | 101011 | 1010000 | 1111101 | 11111 | 1111 |
Color Harmonies of #1B331D
Complementary color
Monochromatic Colors of #1B331D
Black with #1B331D
Text Example
Text Example
White with #1B331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B331D; }
p { color: rgb(27,51,29); }
H1.HeaderClassName
{
color: #1B331D;
}
.AnyTagClassName
{
color: #1B331D;
}
</style>
background-color css
<style>
a { background-color: #1B331D; }
a { background-color: rgb(27,51,29); }
div.DivClassName
{
background-color: #1B331D;
}
.BgClassName
{
background-color: #1B331D;
}
</style>
border-color css
<style>
span { border-color: #1B331D; }
span { border-color: rgb(27,51,29); }
td.TdClassName
{
border-color: #1B331D;
}
.TagClassName
{
border-color: #1B331D;
}
</style>