Shades of Black Bean #223125
Tints of Black Bean #223125
RGB
CMYK
RGB Variations
Color information
#223125 (or 0x223125) is known color: Black Bean. HEX triplet: 22, 31 and 25. RGB value is (34,49,37). Sum of RGB (Red+Green+Blue) = 34+49+37=120 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.33% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 49 - color contains mainly: green. Hex color #223125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223125 is #DDCEDA. Grayscale: #2B2B2B. Windows color (decimal): -14536411 or 2437410. OLE color: 2437410.
HSL color Cylindrical-coordinate representation of color #223125: hue angle of 132º 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 #223125 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 34 | 49 | 37 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.81 |
| HSL | 132º | 0.18% | 0.16% | - |
| HSV(B) | 132º | 0.31% | 0.19% | - |
| XYZ | 2.09 | 2.67 | 2.16 | - |
| YUV | 43.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 49 | 37 | 0.31 | 0 | 0.24 | 0.81 | 132 | 0.18 | 0.16 |
| Hex | 22 | 31 | 25 | 1F | 0 | 18 | 51 | 84 | 12 | 10 |
| Octal | 42 | 61 | 45 | 37 | 0 | 30 | 121 | 204 | 22 | 20 |
| Binary | 100010 | 110001 | 100101 | 11111 | 0 | 11000 | 1010001 | 10000100 | 10010 | 10000 |
Color Harmonies of #223125
Complementary color
Monochromatic Colors of #223125
Black with #223125
Text Example
Text Example
White with #223125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223125; }
p { color: rgb(34,49,37); }
H1.HeaderClassName
{
color: #223125;
}
.AnyTagClassName
{
color: #223125;
}
</style>
background-color css
<style>
a { background-color: #223125; }
a { background-color: rgb(34,49,37); }
div.DivClassName
{
background-color: #223125;
}
.BgClassName
{
background-color: #223125;
}
</style>
border-color css
<style>
span { border-color: #223125; }
span { border-color: rgb(34,49,37); }
td.TdClassName
{
border-color: #223125;
}
.TagClassName
{
border-color: #223125;
}
</style>