Shades of Black Bean #052207
Tints of Black Bean #052207
RGB
CMYK
RGB Variations
Color information
#052207 (or 0x052207) is known color: Black Bean. HEX triplet: 05, 22 and 07. RGB value is (5,34,7). Sum of RGB (Red+Green+Blue) = 5+34+7=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 34 (13.67% from 255 or 73.91% from 46); Blue value is 7 (3.12% from 255 or 15.22% from 46); Max value from RGB is 34 - color contains mainly: green. Hex color #052207 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052207 is #FADDF8. Grayscale: #161616. Windows color (decimal): -16440825 or 467461. OLE color: 467461.
HSL color Cylindrical-coordinate representation of color #052207: hue angle of 124.14º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #052207 is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 34 | 7 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.87 |
| HSL | 124.14º | 0.74% | 0.08% | - |
| HSV(B) | 124.14º | 0.85% | 0.13% | - |
| XYZ | 0.67 | 1.19 | 0.4 | - |
| YUV | 22.25 | 119.39 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 34 | 7 | 0.85 | 0 | 0.79 | 0.87 | 124.14 | 0.74 | 0.08 |
| Hex | 5 | 22 | 7 | 55 | 0 | 4F | 57 | 7C | 4A | 8 |
| Octal | 5 | 42 | 7 | 125 | 0 | 117 | 127 | 174 | 112 | 10 |
| Binary | 101 | 100010 | 111 | 1010101 | 0 | 1001111 | 1010111 | 1111100 | 1001010 | 1000 |
Color Harmonies of #052207
Complementary color
Monochromatic Colors of #052207
Black with #052207
Text Example
Text Example
White with #052207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052207; }
p { color: rgb(5,34,7); }
H1.HeaderClassName
{
color: #052207;
}
.AnyTagClassName
{
color: #052207;
}
</style>
background-color css
<style>
a { background-color: #052207; }
a { background-color: rgb(5,34,7); }
div.DivClassName
{
background-color: #052207;
}
.BgClassName
{
background-color: #052207;
}
</style>
border-color css
<style>
span { border-color: #052207; }
span { border-color: rgb(5,34,7); }
td.TdClassName
{
border-color: #052207;
}
.TagClassName
{
border-color: #052207;
}
</style>