Shades of Black Bean #05200B
Tints of Black Bean #05200B
RGB
CMYK
RGB Variations
Color information
#05200B (or 0x05200B) is known color: Black Bean. HEX triplet: 05, 20 and 0B. RGB value is (5,32,11). Sum of RGB (Red+Green+Blue) = 5+32+11=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 32 (12.89% from 255 or 66.67% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 32 - color contains mainly: green. Hex color #05200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05200B is #FADFF4. Grayscale: #151515. Windows color (decimal): -16441333 or 729093. OLE color: 729093.
HSL color Cylindrical-coordinate representation of color #05200B: hue angle of 133.33º 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 #05200B is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 32 | 11 | - |
| CMYK | 0.84 | 0 | 0.66 | 0.87 |
| HSL | 133.33º | 0.73% | 0.07% | - |
| HSV(B) | 133.33º | 0.84% | 0.13% | - |
| XYZ | 0.64 | 1.09 | 0.49 | - |
| YUV | 21.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 11 | 0.84 | 0 | 0.66 | 0.87 | 133.33 | 0.73 | 0.07 |
| Hex | 5 | 20 | B | 54 | 0 | 42 | 57 | 85 | 49 | 7 |
| Octal | 5 | 40 | 13 | 124 | 0 | 102 | 127 | 205 | 111 | 7 |
| Binary | 101 | 100000 | 1011 | 1010100 | 0 | 1000010 | 1010111 | 10000101 | 1001001 | 111 |
Color Harmonies of #05200B
Complementary color
Monochromatic Colors of #05200B
Black with #05200B
Text Example
Text Example
White with #05200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05200B; }
p { color: rgb(5,32,11); }
H1.HeaderClassName
{
color: #05200B;
}
.AnyTagClassName
{
color: #05200B;
}
</style>
background-color css
<style>
a { background-color: #05200B; }
a { background-color: rgb(5,32,11); }
div.DivClassName
{
background-color: #05200B;
}
.BgClassName
{
background-color: #05200B;
}
</style>
border-color css
<style>
span { border-color: #05200B; }
span { border-color: rgb(5,32,11); }
td.TdClassName
{
border-color: #05200B;
}
.TagClassName
{
border-color: #05200B;
}
</style>