Shades of Black Bean #1E2F23
Tints of Black Bean #1E2F23
RGB
CMYK
RGB Variations
Color information
#1E2F23 (or 0x1E2F23) is known color: Black Bean. HEX triplet: 1E, 2F and 23. RGB value is (30,47,35). Sum of RGB (Red+Green+Blue) = 30+47+35=112 (14% of max value = 765). Red value is 30 (12.11% from 255 or 26.79% from 112); Green value is 47 (18.75% from 255 or 41.96% from 112); Blue value is 35 (14.06% from 255 or 31.25% from 112); Max value from RGB is 47 - color contains mainly: green. Hex color #1E2F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2F23 is #E1D0DC. Grayscale: #282828. Windows color (decimal): -14799069 or 2305822. OLE color: 2305822.
HSL color Cylindrical-coordinate representation of color #1E2F23: hue angle of 137.65º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1E2F23 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 30 | 47 | 35 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.82 |
| HSL | 137.65º | 0.22% | 0.15% | - |
| HSV(B) | 137.65º | 0.36% | 0.18% | - |
| XYZ | 1.86 | 2.43 | 1.96 | - |
| YUV | 40.55 | 124.87 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 47 | 35 | 0.36 | 0 | 0.26 | 0.82 | 137.65 | 0.22 | 0.15 |
| Hex | 1E | 2F | 23 | 24 | 0 | 1A | 52 | 8A | 16 | F |
| Octal | 36 | 57 | 43 | 44 | 0 | 32 | 122 | 212 | 26 | 17 |
| Binary | 11110 | 101111 | 100011 | 100100 | 0 | 11010 | 1010010 | 10001010 | 10110 | 1111 |
Color Harmonies of #1E2F23
Complementary color
Monochromatic Colors of #1E2F23
Black with #1E2F23
Text Example
Text Example
White with #1E2F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2F23; }
p { color: rgb(30,47,35); }
H1.HeaderClassName
{
color: #1E2F23;
}
.AnyTagClassName
{
color: #1E2F23;
}
</style>
background-color css
<style>
a { background-color: #1E2F23; }
a { background-color: rgb(30,47,35); }
div.DivClassName
{
background-color: #1E2F23;
}
.BgClassName
{
background-color: #1E2F23;
}
</style>
border-color css
<style>
span { border-color: #1E2F23; }
span { border-color: rgb(30,47,35); }
td.TdClassName
{
border-color: #1E2F23;
}
.TagClassName
{
border-color: #1E2F23;
}
</style>