Shades of Black Bean #050C06
Tints of Black Bean #050C06
RGB
CMYK
RGB Variations
Color information
#050C06 (or 0x050C06) is known color: Black Bean. HEX triplet: 05, 0C and 06. RGB value is (5,12,6). Sum of RGB (Red+Green+Blue) = 5+12+6=23 (3% of max value = 765). Red value is 5 (2.34% from 255 or 21.74% from 23); Green value is 12 (5.08% from 255 or 52.17% from 23); Blue value is 6 (2.73% from 255 or 26.09% from 23); Max value from RGB is 12 - color contains mainly: green. Hex color #050C06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050C06 is #FAF3F9. Grayscale: #090909. Windows color (decimal): -16446458 or 396293. OLE color: 396293.
HSL color Cylindrical-coordinate representation of color #050C06: hue angle of 128.57º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #050C06 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 5 | 12 | 6 | - |
| CMYK | 0.58 | 0 | 0.50 | 0.95 |
| HSL | 128.57º | 0.41% | 0.03% | - |
| HSV(B) | 128.57º | 0.58% | 0.05% | - |
| XYZ | 0.23 | 0.31 | 0.22 | - |
| YUV | 9.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 6 | 0.58 | 0 | 0.50 | 0.95 | 128.57 | 0.41 | 0.03 |
| Hex | 5 | C | 6 | 3A | 0 | 32 | 5F | 81 | 29 | 3 |
| Octal | 5 | 14 | 6 | 72 | 0 | 62 | 137 | 201 | 51 | 3 |
| Binary | 101 | 1100 | 110 | 111010 | 0 | 110010 | 1011111 | 10000001 | 101001 | 11 |
Color Harmonies of #050C06
Complementary color
Monochromatic Colors of #050C06
Black with #050C06
Text Example
Text Example
White with #050C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C06; }
p { color: rgb(5,12,6); }
H1.HeaderClassName
{
color: #050C06;
}
.AnyTagClassName
{
color: #050C06;
}
</style>
background-color css
<style>
a { background-color: #050C06; }
a { background-color: rgb(5,12,6); }
div.DivClassName
{
background-color: #050C06;
}
.BgClassName
{
background-color: #050C06;
}
</style>
border-color css
<style>
span { border-color: #050C06; }
span { border-color: rgb(5,12,6); }
td.TdClassName
{
border-color: #050C06;
}
.TagClassName
{
border-color: #050C06;
}
</style>