Shades of Black Bean #06200B
Tints of Black Bean #06200B
RGB
CMYK
RGB Variations
Color information
#06200B (or 0x06200B) is known color: Black Bean. HEX triplet: 06, 20 and 0B. RGB value is (6,32,11). Sum of RGB (Red+Green+Blue) = 6+32+11=49 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.24% from 49); Green value is 32 (12.89% from 255 or 65.31% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 32 - color contains mainly: green. Hex color #06200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06200B is #F9DFF4. Grayscale: #151515. Windows color (decimal): -16375797 or 729094. OLE color: 729094.
HSL color Cylindrical-coordinate representation of color #06200B: hue angle of 131.54º 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 #06200B is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.87.
Color convert
RGB | 6 | 32 | 11 | - |
CMYK | 0.81 | 0 | 0.66 | 0.87 |
HSL | 131.54º | 0.68% | 0.07% | - |
HSV(B) | 131.54º | 0.81% | 0.13% | - |
XYZ | 0.65 | 1.1 | 0.49 | - |
YUV | 21.83 | 121.89 | 116.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 32 | 11 | 0.81 | 0 | 0.66 | 0.87 | 131.54 | 0.68 | 0.07 |
Hex | 6 | 20 | B | 51 | 0 | 42 | 57 | 84 | 44 | 7 |
Octal | 6 | 40 | 13 | 121 | 0 | 102 | 127 | 204 | 104 | 7 |
Binary | 110 | 100000 | 1011 | 1010001 | 0 | 1000010 | 1010111 | 10000100 | 1000100 | 111 |
Color Harmonies of #06200B
Complementary color
Monochromatic Colors of #06200B
Black with #06200B
Text Example
Text Example
White with #06200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06200B; }
p { color: rgb(6,32,11); }
H1.HeaderClassName
{
color: #06200B;
}
.AnyTagClassName
{
color: #06200B;
}
</style>
background-color css
<style>
a { background-color: #06200B; }
a { background-color: rgb(6,32,11); }
div.DivClassName
{
background-color: #06200B;
}
.BgClassName
{
background-color: #06200B;
}
</style>
border-color css
<style>
span { border-color: #06200B; }
span { border-color: rgb(6,32,11); }
td.TdClassName
{
border-color: #06200B;
}
.TagClassName
{
border-color: #06200B;
}
</style>