Shades of Black Bean #06260A
Tints of Black Bean #06260A
RGB
CMYK
RGB Variations
Color information
#06260A (or 0x06260A) is known color: Black Bean. HEX triplet: 06, 26 and 0A. RGB value is (6,38,10). Sum of RGB (Red+Green+Blue) = 6+38+10=54 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.11% from 54); Green value is 38 (15.23% from 255 or 70.37% from 54); Blue value is 10 (4.30% from 255 or 18.52% from 54); Max value from RGB is 38 - color contains mainly: green. Hex color #06260A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06260A is #F9D9F5. Grayscale: #191919. Windows color (decimal): -16374262 or 665094. OLE color: 665094.
HSL color Cylindrical-coordinate representation of color #06260A: hue angle of 127.5º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #06260A is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 6 | 38 | 10 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.85 |
| HSL | 127.5º | 0.73% | 0.09% | - |
| HSV(B) | 127.5º | 0.84% | 0.15% | - |
| XYZ | 0.82 | 1.45 | 0.52 | - |
| YUV | 25.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 38 | 10 | 0.84 | 0 | 0.74 | 0.85 | 127.5 | 0.73 | 0.09 |
| Hex | 6 | 26 | A | 54 | 0 | 4A | 55 | 80 | 49 | 9 |
| Octal | 6 | 46 | 12 | 124 | 0 | 112 | 125 | 200 | 111 | 11 |
| Binary | 110 | 100110 | 1010 | 1010100 | 0 | 1001010 | 1010101 | 10000000 | 1001001 | 1001 |
Color Harmonies of #06260A
Complementary color
Monochromatic Colors of #06260A
Black with #06260A
Text Example
Text Example
White with #06260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06260A; }
p { color: rgb(6,38,10); }
H1.HeaderClassName
{
color: #06260A;
}
.AnyTagClassName
{
color: #06260A;
}
</style>
background-color css
<style>
a { background-color: #06260A; }
a { background-color: rgb(6,38,10); }
div.DivClassName
{
background-color: #06260A;
}
.BgClassName
{
background-color: #06260A;
}
</style>
border-color css
<style>
span { border-color: #06260A; }
span { border-color: rgb(6,38,10); }
td.TdClassName
{
border-color: #06260A;
}
.TagClassName
{
border-color: #06260A;
}
</style>