Shades of Black Bean #1B2D20
Tints of Black Bean #1B2D20
RGB
CMYK
RGB Variations
Color information
#1B2D20 (or 0x1B2D20) is known color: Black Bean. HEX triplet: 1B, 2D and 20. RGB value is (27,45,32). Sum of RGB (Red+Green+Blue) = 27+45+32=104 (13% of max value = 765). Red value is 27 (10.94% from 255 or 25.96% from 104); Green value is 45 (17.97% from 255 or 43.27% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 45 - color contains mainly: green. Hex color #1B2D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2D20 is #E4D2DF. Grayscale: #262626. Windows color (decimal): -14996192 or 2108699. OLE color: 2108699.
HSL color Cylindrical-coordinate representation of color #1B2D20: hue angle of 136.67º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1B2D20 is Cyan = 0.4, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.82.
Color convert
RGB | 27 | 45 | 32 | - |
CMYK | 0.4 | 0 | 0.29 | 0.82 |
HSL | 136.67º | 0.25% | 0.14% | - |
HSV(B) | 136.67º | 0.4% | 0.18% | - |
XYZ | 1.65 | 2.21 | 1.71 | - |
YUV | 38.14 | 124.54 | 120.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 27 | 45 | 32 | 0.4 | 0 | 0.29 | 0.82 | 136.67 | 0.25 | 0.14 |
Hex | 1B | 2D | 20 | 28 | 0 | 1D | 52 | 89 | 19 | E |
Octal | 33 | 55 | 40 | 50 | 0 | 35 | 122 | 211 | 31 | 16 |
Binary | 11011 | 101101 | 100000 | 101000 | 0 | 11101 | 1010010 | 10001001 | 11001 | 1110 |
Color Harmonies of #1B2D20
Complementary color
Monochromatic Colors of #1B2D20
Black with #1B2D20
Text Example
Text Example
White with #1B2D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2D20; }
p { color: rgb(27,45,32); }
H1.HeaderClassName
{
color: #1B2D20;
}
.AnyTagClassName
{
color: #1B2D20;
}
</style>
background-color css
<style>
a { background-color: #1B2D20; }
a { background-color: rgb(27,45,32); }
div.DivClassName
{
background-color: #1B2D20;
}
.BgClassName
{
background-color: #1B2D20;
}
</style>
border-color css
<style>
span { border-color: #1B2D20; }
span { border-color: rgb(27,45,32); }
td.TdClassName
{
border-color: #1B2D20;
}
.TagClassName
{
border-color: #1B2D20;
}
</style>