Shades of Black Bean #223127
Tints of Black Bean #223127
RGB
CMYK
RGB Variations
Color information
#223127 (or 0x223127) is known color: Black Bean. HEX triplet: 22, 31 and 27. RGB value is (34,49,39). Sum of RGB (Red+Green+Blue) = 34+49+39=122 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.87% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 49 - color contains mainly: green. Hex color #223127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223127 is #DDCED8. Grayscale: #2B2B2B. Windows color (decimal): -14536409 or 2568482. OLE color: 2568482.
HSL color Cylindrical-coordinate representation of color #223127: hue angle of 140º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #223127 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 34 | 49 | 39 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.81 |
| HSL | 140º | 0.18% | 0.16% | - |
| HSV(B) | 140º | 0.31% | 0.19% | - |
| XYZ | 2.12 | 2.68 | 2.33 | - |
| YUV | 43.38 | 125.53 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 49 | 39 | 0.31 | 0 | 0.20 | 0.81 | 140 | 0.18 | 0.16 |
| Hex | 22 | 31 | 27 | 1F | 0 | 14 | 51 | 8C | 12 | 10 |
| Octal | 42 | 61 | 47 | 37 | 0 | 24 | 121 | 214 | 22 | 20 |
| Binary | 100010 | 110001 | 100111 | 11111 | 0 | 10100 | 1010001 | 10001100 | 10010 | 10000 |
Color Harmonies of #223127
Complementary color
Monochromatic Colors of #223127
Black with #223127
Text Example
Text Example
White with #223127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223127; }
p { color: rgb(34,49,39); }
H1.HeaderClassName
{
color: #223127;
}
.AnyTagClassName
{
color: #223127;
}
</style>
background-color css
<style>
a { background-color: #223127; }
a { background-color: rgb(34,49,39); }
div.DivClassName
{
background-color: #223127;
}
.BgClassName
{
background-color: #223127;
}
</style>
border-color css
<style>
span { border-color: #223127; }
span { border-color: rgb(34,49,39); }
td.TdClassName
{
border-color: #223127;
}
.TagClassName
{
border-color: #223127;
}
</style>