Shades of Black Bean #1B361E
Tints of Black Bean #1B361E
RGB
CMYK
RGB Variations
Color information
#1B361E (or 0x1B361E) is known color: Black Bean. HEX triplet: 1B, 36 and 1E. RGB value is (27,54,30). Sum of RGB (Red+Green+Blue) = 27+54+30=111 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.32% from 111); Green value is 54 (21.48% from 255 or 48.65% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 54 - color contains mainly: green. Hex color #1B361E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B361E is #E4C9E1. Grayscale: #2B2B2B. Windows color (decimal): -14993890 or 1979931. OLE color: 1979931.
HSL color Cylindrical-coordinate representation of color #1B361E: hue angle of 126.67º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1B361E is Cyan = 0.5, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 27 | 54 | 30 | - |
| CMYK | 0.5 | 0 | 0.44 | 0.79 |
| HSL | 126.67º | 0.33% | 0.16% | - |
| HSV(B) | 126.67º | 0.5% | 0.21% | - |
| XYZ | 2.01 | 2.97 | 1.69 | - |
| YUV | 43.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 54 | 30 | 0.5 | 0 | 0.44 | 0.79 | 126.67 | 0.33 | 0.16 |
| Hex | 1B | 36 | 1E | 32 | 0 | 2C | 4F | 7F | 21 | 10 |
| Octal | 33 | 66 | 36 | 62 | 0 | 54 | 117 | 177 | 41 | 20 |
| Binary | 11011 | 110110 | 11110 | 110010 | 0 | 101100 | 1001111 | 1111111 | 100001 | 10000 |
Color Harmonies of #1B361E
Complementary color
Monochromatic Colors of #1B361E
Black with #1B361E
Text Example
Text Example
White with #1B361E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B361E; }
p { color: rgb(27,54,30); }
H1.HeaderClassName
{
color: #1B361E;
}
.AnyTagClassName
{
color: #1B361E;
}
</style>
background-color css
<style>
a { background-color: #1B361E; }
a { background-color: rgb(27,54,30); }
div.DivClassName
{
background-color: #1B361E;
}
.BgClassName
{
background-color: #1B361E;
}
</style>
border-color css
<style>
span { border-color: #1B361E; }
span { border-color: rgb(27,54,30); }
td.TdClassName
{
border-color: #1B361E;
}
.TagClassName
{
border-color: #1B361E;
}
</style>