Shades of Black Bean #162E1C
Tints of Black Bean #162E1C
RGB
CMYK
RGB Variations
Color information
#162E1C (or 0x162E1C) is known color: Black Bean. HEX triplet: 16, 2E and 1C. RGB value is (22,46,28). Sum of RGB (Red+Green+Blue) = 22+46+28=96 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.92% from 96); Green value is 46 (18.36% from 255 or 47.92% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 46 - color contains mainly: green. Hex color #162E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162E1C is #E9D1E3. Grayscale: #242424. Windows color (decimal): -15323620 or 1846806. OLE color: 1846806.
HSL color Cylindrical-coordinate representation of color #162E1C: hue angle of 135º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #162E1C is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 22 | 46 | 28 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.82 |
| HSL | 135º | 0.35% | 0.13% | - |
| HSV(B) | 135º | 0.52% | 0.18% | - |
| XYZ | 1.52 | 2.21 | 1.44 | - |
| YUV | 36.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 46 | 28 | 0.52 | 0 | 0.39 | 0.82 | 135 | 0.35 | 0.13 |
| Hex | 16 | 2E | 1C | 34 | 0 | 27 | 52 | 87 | 23 | D |
| Octal | 26 | 56 | 34 | 64 | 0 | 47 | 122 | 207 | 43 | 15 |
| Binary | 10110 | 101110 | 11100 | 110100 | 0 | 100111 | 1010010 | 10000111 | 100011 | 1101 |
Color Harmonies of #162E1C
Complementary color
Monochromatic Colors of #162E1C
Black with #162E1C
Text Example
Text Example
White with #162E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162E1C; }
p { color: rgb(22,46,28); }
H1.HeaderClassName
{
color: #162E1C;
}
.AnyTagClassName
{
color: #162E1C;
}
</style>
background-color css
<style>
a { background-color: #162E1C; }
a { background-color: rgb(22,46,28); }
div.DivClassName
{
background-color: #162E1C;
}
.BgClassName
{
background-color: #162E1C;
}
</style>
border-color css
<style>
span { border-color: #162E1C; }
span { border-color: rgb(22,46,28); }
td.TdClassName
{
border-color: #162E1C;
}
.TagClassName
{
border-color: #162E1C;
}
</style>