Shades of Black Bean #16361A
Tints of Black Bean #16361A
RGB
CMYK
RGB Variations
Color information
#16361A (or 0x16361A) is known color: Black Bean. HEX triplet: 16, 36 and 1A. RGB value is (22,54,26). Sum of RGB (Red+Green+Blue) = 22+54+26=102 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.57% from 102); Green value is 54 (21.48% from 255 or 52.94% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 54 - color contains mainly: green. Hex color #16361A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16361A is #E9C9E5. Grayscale: #292929. Windows color (decimal): -15321574 or 1717782. OLE color: 1717782.
HSL color Cylindrical-coordinate representation of color #16361A: hue angle of 127.5º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #16361A is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 22 | 54 | 26 | - |
| CMYK | 0.59 | 0 | 0.52 | 0.79 |
| HSL | 127.5º | 0.42% | 0.15% | - |
| HSV(B) | 127.5º | 0.59% | 0.21% | - |
| XYZ | 1.84 | 2.88 | 1.44 | - |
| YUV | 41.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 26 | 0.59 | 0 | 0.52 | 0.79 | 127.5 | 0.42 | 0.15 |
| Hex | 16 | 36 | 1A | 3B | 0 | 34 | 4F | 80 | 2A | F |
| Octal | 26 | 66 | 32 | 73 | 0 | 64 | 117 | 200 | 52 | 17 |
| Binary | 10110 | 110110 | 11010 | 111011 | 0 | 110100 | 1001111 | 10000000 | 101010 | 1111 |
Color Harmonies of #16361A
Complementary color
Monochromatic Colors of #16361A
Black with #16361A
Text Example
Text Example
White with #16361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16361A; }
p { color: rgb(22,54,26); }
H1.HeaderClassName
{
color: #16361A;
}
.AnyTagClassName
{
color: #16361A;
}
</style>
background-color css
<style>
a { background-color: #16361A; }
a { background-color: rgb(22,54,26); }
div.DivClassName
{
background-color: #16361A;
}
.BgClassName
{
background-color: #16361A;
}
</style>
border-color css
<style>
span { border-color: #16361A; }
span { border-color: rgb(22,54,26); }
td.TdClassName
{
border-color: #16361A;
}
.TagClassName
{
border-color: #16361A;
}
</style>