Shades of Black Bean #1B361F
Tints of Black Bean #1B361F
RGB
CMYK
RGB Variations
Color information
#1B361F (or 0x1B361F) is known color: Black Bean. HEX triplet: 1B, 36 and 1F. RGB value is (27,54,31). Sum of RGB (Red+Green+Blue) = 27+54+31=112 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.11% from 112); Green value is 54 (21.48% from 255 or 48.21% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 54 - color contains mainly: green. Hex color #1B361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B361F is #E4C9E0. Grayscale: #2B2B2B. Windows color (decimal): -14993889 or 2045467. OLE color: 2045467.
HSL color Cylindrical-coordinate representation of color #1B361F: hue angle of 128.89º 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 #1B361F is Cyan = 0.5, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 27 | 54 | 31 | - |
| CMYK | 0.5 | 0 | 0.43 | 0.79 |
| HSL | 128.89º | 0.33% | 0.16% | - |
| HSV(B) | 128.89º | 0.5% | 0.21% | - |
| XYZ | 2.02 | 2.97 | 1.76 | - |
| YUV | 43.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 54 | 31 | 0.5 | 0 | 0.43 | 0.79 | 128.89 | 0.33 | 0.16 |
| Hex | 1B | 36 | 1F | 32 | 0 | 2B | 4F | 81 | 21 | 10 |
| Octal | 33 | 66 | 37 | 62 | 0 | 53 | 117 | 201 | 41 | 20 |
| Binary | 11011 | 110110 | 11111 | 110010 | 0 | 101011 | 1001111 | 10000001 | 100001 | 10000 |
Color Harmonies of #1B361F
Complementary color
Monochromatic Colors of #1B361F
Black with #1B361F
Text Example
Text Example
White with #1B361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B361F; }
p { color: rgb(27,54,31); }
H1.HeaderClassName
{
color: #1B361F;
}
.AnyTagClassName
{
color: #1B361F;
}
</style>
background-color css
<style>
a { background-color: #1B361F; }
a { background-color: rgb(27,54,31); }
div.DivClassName
{
background-color: #1B361F;
}
.BgClassName
{
background-color: #1B361F;
}
</style>
border-color css
<style>
span { border-color: #1B361F; }
span { border-color: rgb(27,54,31); }
td.TdClassName
{
border-color: #1B361F;
}
.TagClassName
{
border-color: #1B361F;
}
</style>