Shades of Black Bean #060A07
Tints of Black Bean #060A07
RGB
CMYK
RGB Variations
Color information
#060A07 (or 0x060A07) is known color: Black Bean. HEX triplet: 06, 0A and 07. RGB value is (6,10,7). Sum of RGB (Red+Green+Blue) = 6+10+7=23 (3% of max value = 765). Red value is 6 (2.73% from 255 or 26.09% from 23); Green value is 10 (4.30% from 255 or 43.48% from 23); Blue value is 7 (3.12% from 255 or 30.43% from 23); Max value from RGB is 10 - color contains mainly: green. Hex color #060A07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060A07 is #F9F5F8. Grayscale: #080808. Windows color (decimal): -16381433 or 461318. OLE color: 461318.
HSL color Cylindrical-coordinate representation of color #060A07: hue angle of 135º degrees, saturation: 0.25, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #060A07 is Cyan = 0.4, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.96.
Color convert
RGB | 6 | 10 | 7 | - |
CMYK | 0.4 | 0 | 0.30 | 0.96 |
HSL | 135º | 0.25% | 0.03% | - |
HSV(B) | 135º | 0.4% | 0.04% | - |
XYZ | 0.22 | 0.27 | 0.24 | - |
YUV | 8.46 | 127.17 | 126.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 10 | 7 | 0.4 | 0 | 0.30 | 0.96 | 135 | 0.25 | 0.03 |
Hex | 6 | A | 7 | 28 | 0 | 1E | 60 | 87 | 19 | 3 |
Octal | 6 | 12 | 7 | 50 | 0 | 36 | 140 | 207 | 31 | 3 |
Binary | 110 | 1010 | 111 | 101000 | 0 | 11110 | 1100000 | 10000111 | 11001 | 11 |
Color Harmonies of #060A07
Complementary color
Monochromatic Colors of #060A07
Black with #060A07
Text Example
Text Example
White with #060A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060A07; }
p { color: rgb(6,10,7); }
H1.HeaderClassName
{
color: #060A07;
}
.AnyTagClassName
{
color: #060A07;
}
</style>
background-color css
<style>
a { background-color: #060A07; }
a { background-color: rgb(6,10,7); }
div.DivClassName
{
background-color: #060A07;
}
.BgClassName
{
background-color: #060A07;
}
</style>
border-color css
<style>
span { border-color: #060A07; }
span { border-color: rgb(6,10,7); }
td.TdClassName
{
border-color: #060A07;
}
.TagClassName
{
border-color: #060A07;
}
</style>