Shades of Black Bean #052508
Tints of Black Bean #052508
RGB
CMYK
RGB Variations
Color information
#052508 (or 0x052508) is known color: Black Bean. HEX triplet: 05, 25 and 08. RGB value is (5,37,8). Sum of RGB (Red+Green+Blue) = 5+37+8=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 37 (14.84% from 255 or 74% from 50); Blue value is 8 (3.52% from 255 or 16% from 50); Max value from RGB is 37 - color contains mainly: green. Hex color #052508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052508 is #FADAF7. Grayscale: #181818. Windows color (decimal): -16440056 or 533765. OLE color: 533765.
HSL color Cylindrical-coordinate representation of color #052508: hue angle of 125.62º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052508 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 37 | 8 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.85 |
| HSL | 125.63º | 0.76% | 0.08% | - |
| HSV(B) | 125.63º | 0.86% | 0.15% | - |
| XYZ | 0.77 | 1.37 | 0.45 | - |
| YUV | 24.13 | 118.9 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 8 | 0.86 | 0 | 0.78 | 0.85 | 125.63 | 0.76 | 0.08 |
| Hex | 5 | 25 | 8 | 56 | 0 | 4E | 55 | 7E | 4C | 8 |
| Octal | 5 | 45 | 10 | 126 | 0 | 116 | 125 | 176 | 114 | 10 |
| Binary | 101 | 100101 | 1000 | 1010110 | 0 | 1001110 | 1010101 | 1111110 | 1001100 | 1000 |
Color Harmonies of #052508
Complementary color
Monochromatic Colors of #052508
Black with #052508
Text Example
Text Example
White with #052508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052508; }
p { color: rgb(5,37,8); }
H1.HeaderClassName
{
color: #052508;
}
.AnyTagClassName
{
color: #052508;
}
</style>
background-color css
<style>
a { background-color: #052508; }
a { background-color: rgb(5,37,8); }
div.DivClassName
{
background-color: #052508;
}
.BgClassName
{
background-color: #052508;
}
</style>
border-color css
<style>
span { border-color: #052508; }
span { border-color: rgb(5,37,8); }
td.TdClassName
{
border-color: #052508;
}
.TagClassName
{
border-color: #052508;
}
</style>