Shades of Black Bean #06210C
Tints of Black Bean #06210C
RGB
CMYK
RGB Variations
Color information
#06210C (or 0x06210C) is known color: Black Bean. HEX triplet: 06, 21 and 0C. RGB value is (6,33,12). Sum of RGB (Red+Green+Blue) = 6+33+12=51 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.76% from 51); Green value is 33 (13.28% from 255 or 64.71% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 33 - color contains mainly: green. Hex color #06210C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06210C is #F9DEF3. Grayscale: #161616. Windows color (decimal): -16375540 or 794886. OLE color: 794886.
HSL color Cylindrical-coordinate representation of color #06210C: hue angle of 133.33º degrees, saturation: 0.69, 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 #06210C is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 33 | 12 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.87 |
| HSL | 133.33º | 0.69% | 0.08% | - |
| HSV(B) | 133.33º | 0.82% | 0.13% | - |
| XYZ | 0.69 | 1.15 | 0.53 | - |
| YUV | 22.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 12 | 0.82 | 0 | 0.64 | 0.87 | 133.33 | 0.69 | 0.08 |
| Hex | 6 | 21 | C | 52 | 0 | 40 | 57 | 85 | 45 | 8 |
| Octal | 6 | 41 | 14 | 122 | 0 | 100 | 127 | 205 | 105 | 10 |
| Binary | 110 | 100001 | 1100 | 1010010 | 0 | 1000000 | 1010111 | 10000101 | 1000101 | 1000 |
Color Harmonies of #06210C
Complementary color
Monochromatic Colors of #06210C
Black with #06210C
Text Example
Text Example
White with #06210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06210C; }
p { color: rgb(6,33,12); }
H1.HeaderClassName
{
color: #06210C;
}
.AnyTagClassName
{
color: #06210C;
}
</style>
background-color css
<style>
a { background-color: #06210C; }
a { background-color: rgb(6,33,12); }
div.DivClassName
{
background-color: #06210C;
}
.BgClassName
{
background-color: #06210C;
}
</style>
border-color css
<style>
span { border-color: #06210C; }
span { border-color: rgb(6,33,12); }
td.TdClassName
{
border-color: #06210C;
}
.TagClassName
{
border-color: #06210C;
}
</style>