Shades of Black Bean #05200A
Tints of Black Bean #05200A
RGB
CMYK
RGB Variations
Color information
#05200A (or 0x05200A) is known color: Black Bean. HEX triplet: 05, 20 and 0A. RGB value is (5,32,10). Sum of RGB (Red+Green+Blue) = 5+32+10=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 32 (12.89% from 255 or 68.09% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 32 - color contains mainly: green. Hex color #05200A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05200A is #FADFF5. Grayscale: #151515. Windows color (decimal): -16441334 or 663557. OLE color: 663557.
HSL color Cylindrical-coordinate representation of color #05200A: hue angle of 131.11º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #05200A is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 32 | 10 | - |
| CMYK | 0.84 | 0 | 0.69 | 0.87 |
| HSL | 131.11º | 0.73% | 0.07% | - |
| HSV(B) | 131.11º | 0.84% | 0.13% | - |
| XYZ | 0.63 | 1.09 | 0.46 | - |
| YUV | 21.42 | 121.55 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 10 | 0.84 | 0 | 0.69 | 0.87 | 131.11 | 0.73 | 0.07 |
| Hex | 5 | 20 | A | 54 | 0 | 45 | 57 | 83 | 49 | 7 |
| Octal | 5 | 40 | 12 | 124 | 0 | 105 | 127 | 203 | 111 | 7 |
| Binary | 101 | 100000 | 1010 | 1010100 | 0 | 1000101 | 1010111 | 10000011 | 1001001 | 111 |
Color Harmonies of #05200A
Complementary color
Monochromatic Colors of #05200A
Black with #05200A
Text Example
Text Example
White with #05200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05200A; }
p { color: rgb(5,32,10); }
H1.HeaderClassName
{
color: #05200A;
}
.AnyTagClassName
{
color: #05200A;
}
</style>
background-color css
<style>
a { background-color: #05200A; }
a { background-color: rgb(5,32,10); }
div.DivClassName
{
background-color: #05200A;
}
.BgClassName
{
background-color: #05200A;
}
</style>
border-color css
<style>
span { border-color: #05200A; }
span { border-color: rgb(5,32,10); }
td.TdClassName
{
border-color: #05200A;
}
.TagClassName
{
border-color: #05200A;
}
</style>