Shades of Black Bean #06220C
Tints of Black Bean #06220C
RGB
CMYK
RGB Variations
Color information
#06220C (or 0x06220C) is known color: Black Bean. HEX triplet: 06, 22 and 0C. RGB value is (6,34,12). Sum of RGB (Red+Green+Blue) = 6+34+12=52 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.54% from 52); Green value is 34 (13.67% from 255 or 65.38% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 34 - color contains mainly: green. Hex color #06220C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06220C is #F9DDF3. Grayscale: #171717. Windows color (decimal): -16375284 or 795142. OLE color: 795142.
HSL color Cylindrical-coordinate representation of color #06220C: hue angle of 132.86º degrees, saturation: 0.7, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #06220C is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 34 | 12 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.87 |
| HSL | 132.86º | 0.7% | 0.08% | - |
| HSV(B) | 132.86º | 0.82% | 0.13% | - |
| XYZ | 0.71 | 1.21 | 0.54 | - |
| YUV | 23.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 12 | 0.82 | 0 | 0.65 | 0.87 | 132.86 | 0.7 | 0.08 |
| Hex | 6 | 22 | C | 52 | 0 | 41 | 57 | 85 | 46 | 8 |
| Octal | 6 | 42 | 14 | 122 | 0 | 101 | 127 | 205 | 106 | 10 |
| Binary | 110 | 100010 | 1100 | 1010010 | 0 | 1000001 | 1010111 | 10000101 | 1000110 | 1000 |
Color Harmonies of #06220C
Complementary color
Monochromatic Colors of #06220C
Black with #06220C
Text Example
Text Example
White with #06220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06220C; }
p { color: rgb(6,34,12); }
H1.HeaderClassName
{
color: #06220C;
}
.AnyTagClassName
{
color: #06220C;
}
</style>
background-color css
<style>
a { background-color: #06220C; }
a { background-color: rgb(6,34,12); }
div.DivClassName
{
background-color: #06220C;
}
.BgClassName
{
background-color: #06220C;
}
</style>
border-color css
<style>
span { border-color: #06220C; }
span { border-color: rgb(6,34,12); }
td.TdClassName
{
border-color: #06220C;
}
.TagClassName
{
border-color: #06220C;
}
</style>