Shades of Black Bean #06210A
Tints of Black Bean #06210A
RGB
CMYK
RGB Variations
Color information
#06210A (or 0x06210A) is known color: Black Bean. HEX triplet: 06, 21 and 0A. RGB value is (6,33,10). Sum of RGB (Red+Green+Blue) = 6+33+10=49 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.24% from 49); Green value is 33 (13.28% from 255 or 67.35% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 33 - color contains mainly: green. Hex color #06210A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06210A is #F9DEF5. Grayscale: #161616. Windows color (decimal): -16375542 or 663814. OLE color: 663814.
HSL color Cylindrical-coordinate representation of color #06210A: hue angle of 128.89º 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 #06210A is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 33 | 10 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.87 |
| HSL | 128.89º | 0.69% | 0.08% | - |
| HSV(B) | 128.89º | 0.82% | 0.13% | - |
| XYZ | 0.67 | 1.15 | 0.47 | - |
| YUV | 22.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 10 | 0.82 | 0 | 0.70 | 0.87 | 128.89 | 0.69 | 0.08 |
| Hex | 6 | 21 | A | 52 | 0 | 46 | 57 | 81 | 45 | 8 |
| Octal | 6 | 41 | 12 | 122 | 0 | 106 | 127 | 201 | 105 | 10 |
| Binary | 110 | 100001 | 1010 | 1010010 | 0 | 1000110 | 1010111 | 10000001 | 1000101 | 1000 |
Color Harmonies of #06210A
Complementary color
Monochromatic Colors of #06210A
Black with #06210A
Text Example
Text Example
White with #06210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06210A; }
p { color: rgb(6,33,10); }
H1.HeaderClassName
{
color: #06210A;
}
.AnyTagClassName
{
color: #06210A;
}
</style>
background-color css
<style>
a { background-color: #06210A; }
a { background-color: rgb(6,33,10); }
div.DivClassName
{
background-color: #06210A;
}
.BgClassName
{
background-color: #06210A;
}
</style>
border-color css
<style>
span { border-color: #06210A; }
span { border-color: rgb(6,33,10); }
td.TdClassName
{
border-color: #06210A;
}
.TagClassName
{
border-color: #06210A;
}
</style>