Shades of Black Bean #1E3323
Tints of Black Bean #1E3323
RGB
CMYK
RGB Variations
Color information
#1E3323 (or 0x1E3323) is known color: Black Bean. HEX triplet: 1E, 33 and 23. RGB value is (30,51,35). Sum of RGB (Red+Green+Blue) = 30+51+35=116 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.86% from 116); Green value is 51 (20.31% from 255 or 43.97% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 51 - color contains mainly: green. Hex color #1E3323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3323 is #E1CCDC. Grayscale: #2A2A2A. Windows color (decimal): -14798045 or 2306846. OLE color: 2306846.
HSL color Cylindrical-coordinate representation of color #1E3323: hue angle of 134.29º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1E3323 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 30 | 51 | 35 | - |
| CMYK | 0.41 | 0 | 0.31 | 0.8 |
| HSL | 134.29º | 0.26% | 0.16% | - |
| HSV(B) | 134.29º | 0.41% | 0.2% | - |
| XYZ | 2.02 | 2.77 | 2.02 | - |
| YUV | 42.9 | 123.54 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 51 | 35 | 0.41 | 0 | 0.31 | 0.8 | 134.29 | 0.26 | 0.16 |
| Hex | 1E | 33 | 23 | 29 | 0 | 1F | 50 | 86 | 1A | 10 |
| Octal | 36 | 63 | 43 | 51 | 0 | 37 | 120 | 206 | 32 | 20 |
| Binary | 11110 | 110011 | 100011 | 101001 | 0 | 11111 | 1010000 | 10000110 | 11010 | 10000 |
Color Harmonies of #1E3323
Complementary color
Monochromatic Colors of #1E3323
Black with #1E3323
Text Example
Text Example
White with #1E3323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3323; }
p { color: rgb(30,51,35); }
H1.HeaderClassName
{
color: #1E3323;
}
.AnyTagClassName
{
color: #1E3323;
}
</style>
background-color css
<style>
a { background-color: #1E3323; }
a { background-color: rgb(30,51,35); }
div.DivClassName
{
background-color: #1E3323;
}
.BgClassName
{
background-color: #1E3323;
}
</style>
border-color css
<style>
span { border-color: #1E3323; }
span { border-color: rgb(30,51,35); }
td.TdClassName
{
border-color: #1E3323;
}
.TagClassName
{
border-color: #1E3323;
}
</style>