Shades of Black Bean #052908
Tints of Black Bean #052908
RGB
CMYK
RGB Variations
Color information
#052908 (or 0x052908) is known color: Black Bean. HEX triplet: 05, 29 and 08. RGB value is (5,41,8). Sum of RGB (Red+Green+Blue) = 5+41+8=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 41 (16.41% from 255 or 75.93% from 54); Blue value is 8 (3.52% from 255 or 14.81% from 54); Max value from RGB is 41 - color contains mainly: green. Hex color #052908 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052908 is #FAD6F7. Grayscale: #1A1A1A. Windows color (decimal): -16439032 or 534789. OLE color: 534789.
HSL color Cylindrical-coordinate representation of color #052908: hue angle of 125º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052908 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 41 | 8 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.84 |
| HSL | 125º | 0.78% | 0.09% | - |
| HSV(B) | 125º | 0.88% | 0.16% | - |
| XYZ | 0.9 | 1.64 | 0.5 | - |
| YUV | 26.47 | 117.57 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 8 | 0.88 | 0 | 0.80 | 0.84 | 125 | 0.78 | 0.09 |
| Hex | 5 | 29 | 8 | 58 | 0 | 50 | 54 | 7D | 4E | 9 |
| Octal | 5 | 51 | 10 | 130 | 0 | 120 | 124 | 175 | 116 | 11 |
| Binary | 101 | 101001 | 1000 | 1011000 | 0 | 1010000 | 1010100 | 1111101 | 1001110 | 1001 |
Color Harmonies of #052908
Complementary color
Monochromatic Colors of #052908
Black with #052908
Text Example
Text Example
White with #052908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052908; }
p { color: rgb(5,41,8); }
H1.HeaderClassName
{
color: #052908;
}
.AnyTagClassName
{
color: #052908;
}
</style>
background-color css
<style>
a { background-color: #052908; }
a { background-color: rgb(5,41,8); }
div.DivClassName
{
background-color: #052908;
}
.BgClassName
{
background-color: #052908;
}
</style>
border-color css
<style>
span { border-color: #052908; }
span { border-color: rgb(5,41,8); }
td.TdClassName
{
border-color: #052908;
}
.TagClassName
{
border-color: #052908;
}
</style>