Shades of Black Bean #06200C
Tints of Black Bean #06200C
RGB
CMYK
RGB Variations
Color information
#06200C (or 0x06200C) is known color: Black Bean. HEX triplet: 06, 20 and 0C. RGB value is (6,32,12). Sum of RGB (Red+Green+Blue) = 6+32+12=50 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12% from 50); Green value is 32 (12.89% from 255 or 64% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 32 - color contains mainly: green. Hex color #06200C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06200C is #F9DFF3. Grayscale: #161616. Windows color (decimal): -16375796 or 794630. OLE color: 794630.
HSL color Cylindrical-coordinate representation of color #06200C: hue angle of 133.85º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #06200C is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 32 | 12 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.87 |
| HSL | 133.85º | 0.68% | 0.07% | - |
| HSV(B) | 133.85º | 0.81% | 0.13% | - |
| XYZ | 0.66 | 1.1 | 0.53 | - |
| YUV | 21.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 12 | 0.81 | 0 | 0.63 | 0.87 | 133.85 | 0.68 | 0.07 |
| Hex | 6 | 20 | C | 51 | 0 | 3F | 57 | 86 | 44 | 7 |
| Octal | 6 | 40 | 14 | 121 | 0 | 77 | 127 | 206 | 104 | 7 |
| Binary | 110 | 100000 | 1100 | 1010001 | 0 | 111111 | 1010111 | 10000110 | 1000100 | 111 |
Color Harmonies of #06200C
Complementary color
Monochromatic Colors of #06200C
Black with #06200C
Text Example
Text Example
White with #06200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06200C; }
p { color: rgb(6,32,12); }
H1.HeaderClassName
{
color: #06200C;
}
.AnyTagClassName
{
color: #06200C;
}
</style>
background-color css
<style>
a { background-color: #06200C; }
a { background-color: rgb(6,32,12); }
div.DivClassName
{
background-color: #06200C;
}
.BgClassName
{
background-color: #06200C;
}
</style>
border-color css
<style>
span { border-color: #06200C; }
span { border-color: rgb(6,32,12); }
td.TdClassName
{
border-color: #06200C;
}
.TagClassName
{
border-color: #06200C;
}
</style>