Shades of Black Bean #050D05
Tints of Black Bean #050D05
RGB
CMYK
RGB Variations
Color information
#050D05 (or 0x050D05) is known color: Black Bean. HEX triplet: 05, 0D and 05. RGB value is (5,13,5). Sum of RGB (Red+Green+Blue) = 5+13+5=23 (3% of max value = 765). Red value is 5 (2.34% from 255 or 21.74% from 23); Green value is 13 (5.47% from 255 or 56.52% from 23); Blue value is 5 (2.34% from 255 or 21.74% from 23); Max value from RGB is 13 - color contains mainly: green. Hex color #050D05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D05 is #FAF2FA. Grayscale: #090909. Windows color (decimal): -16446203 or 331013. OLE color: 331013.
HSL color Cylindrical-coordinate representation of color #050D05: hue angle of 120º degrees, saturation: 0.44, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #050D05 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 5 | 13 | 5 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.95 |
| HSL | 120º | 0.44% | 0.04% | - |
| HSV(B) | 120º | 0.62% | 0.05% | - |
| XYZ | 0.23 | 0.33 | 0.2 | - |
| YUV | 9.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 5 | 0.62 | 0 | 0.62 | 0.95 | 120 | 0.44 | 0.04 |
| Hex | 5 | D | 5 | 3E | 0 | 3E | 5F | 78 | 2C | 4 |
| Octal | 5 | 15 | 5 | 76 | 0 | 76 | 137 | 170 | 54 | 4 |
| Binary | 101 | 1101 | 101 | 111110 | 0 | 111110 | 1011111 | 1111000 | 101100 | 100 |
Color Harmonies of #050D05
Complementary color
Monochromatic Colors of #050D05
Black with #050D05
Text Example
Text Example
White with #050D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D05; }
p { color: rgb(5,13,5); }
H1.HeaderClassName
{
color: #050D05;
}
.AnyTagClassName
{
color: #050D05;
}
</style>
background-color css
<style>
a { background-color: #050D05; }
a { background-color: rgb(5,13,5); }
div.DivClassName
{
background-color: #050D05;
}
.BgClassName
{
background-color: #050D05;
}
</style>
border-color css
<style>
span { border-color: #050D05; }
span { border-color: rgb(5,13,5); }
td.TdClassName
{
border-color: #050D05;
}
.TagClassName
{
border-color: #050D05;
}
</style>