Shades of Black Bean #16361B
Tints of Black Bean #16361B
RGB
CMYK
RGB Variations
Color information
#16361B (or 0x16361B) is known color: Black Bean. HEX triplet: 16, 36 and 1B. RGB value is (22,54,27). Sum of RGB (Red+Green+Blue) = 22+54+27=103 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.36% from 103); Green value is 54 (21.48% from 255 or 52.43% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 54 - color contains mainly: green. Hex color #16361B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16361B is #E9C9E4. Grayscale: #292929. Windows color (decimal): -15321573 or 1783318. OLE color: 1783318.
HSL color Cylindrical-coordinate representation of color #16361B: hue angle of 129.38º 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 #16361B is Cyan = 0.59, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 22 | 54 | 27 | - |
| CMYK | 0.59 | 0 | 0.5 | 0.79 |
| HSL | 129.38º | 0.42% | 0.15% | - |
| HSV(B) | 129.38º | 0.59% | 0.21% | - |
| XYZ | 1.85 | 2.89 | 1.5 | - |
| YUV | 41.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 27 | 0.59 | 0 | 0.5 | 0.79 | 129.38 | 0.42 | 0.15 |
| Hex | 16 | 36 | 1B | 3B | 0 | 32 | 4F | 81 | 2A | F |
| Octal | 26 | 66 | 33 | 73 | 0 | 62 | 117 | 201 | 52 | 17 |
| Binary | 10110 | 110110 | 11011 | 111011 | 0 | 110010 | 1001111 | 10000001 | 101010 | 1111 |
Color Harmonies of #16361B
Complementary color
Monochromatic Colors of #16361B
Black with #16361B
Text Example
Text Example
White with #16361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16361B; }
p { color: rgb(22,54,27); }
H1.HeaderClassName
{
color: #16361B;
}
.AnyTagClassName
{
color: #16361B;
}
</style>
background-color css
<style>
a { background-color: #16361B; }
a { background-color: rgb(22,54,27); }
div.DivClassName
{
background-color: #16361B;
}
.BgClassName
{
background-color: #16361B;
}
</style>
border-color css
<style>
span { border-color: #16361B; }
span { border-color: rgb(22,54,27); }
td.TdClassName
{
border-color: #16361B;
}
.TagClassName
{
border-color: #16361B;
}
</style>