Shades of Black Bean #052308
Tints of Black Bean #052308
RGB
CMYK
RGB Variations
Color information
#052308 (or 0x052308) is known color: Black Bean. HEX triplet: 05, 23 and 08. RGB value is (5,35,8). Sum of RGB (Red+Green+Blue) = 5+35+8=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 35 (14.06% from 255 or 72.92% from 48); Blue value is 8 (3.52% from 255 or 16.67% from 48); Max value from RGB is 35 - color contains mainly: green. Hex color #052308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052308 is #FADCF7. Grayscale: #171717. Windows color (decimal): -16440568 or 533253. OLE color: 533253.
HSL color Cylindrical-coordinate representation of color #052308: hue angle of 126º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052308 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 5 | 35 | 8 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.86 |
| HSL | 126º | 0.75% | 0.08% | - |
| HSV(B) | 126º | 0.86% | 0.14% | - |
| XYZ | 0.71 | 1.25 | 0.43 | - |
| YUV | 22.95 | 119.56 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 35 | 8 | 0.86 | 0 | 0.77 | 0.86 | 126 | 0.75 | 0.08 |
| Hex | 5 | 23 | 8 | 56 | 0 | 4D | 56 | 7E | 4B | 8 |
| Octal | 5 | 43 | 10 | 126 | 0 | 115 | 126 | 176 | 113 | 10 |
| Binary | 101 | 100011 | 1000 | 1010110 | 0 | 1001101 | 1010110 | 1111110 | 1001011 | 1000 |
Color Harmonies of #052308
Complementary color
Monochromatic Colors of #052308
Black with #052308
Text Example
Text Example
White with #052308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052308; }
p { color: rgb(5,35,8); }
H1.HeaderClassName
{
color: #052308;
}
.AnyTagClassName
{
color: #052308;
}
</style>
background-color css
<style>
a { background-color: #052308; }
a { background-color: rgb(5,35,8); }
div.DivClassName
{
background-color: #052308;
}
.BgClassName
{
background-color: #052308;
}
</style>
border-color css
<style>
span { border-color: #052308; }
span { border-color: rgb(5,35,8); }
td.TdClassName
{
border-color: #052308;
}
.TagClassName
{
border-color: #052308;
}
</style>