Shades of Black Bean #05230A
Tints of Black Bean #05230A
RGB
CMYK
RGB Variations
Color information
#05230A (or 0x05230A) is known color: Black Bean. HEX triplet: 05, 23 and 0A. RGB value is (5,35,10). Sum of RGB (Red+Green+Blue) = 5+35+10=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 35 (14.06% from 255 or 70% from 50); Blue value is 10 (4.30% from 255 or 20% from 50); Max value from RGB is 35 - color contains mainly: green. Hex color #05230A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05230A is #FADCF5. Grayscale: #171717. Windows color (decimal): -16440566 or 664325. OLE color: 664325.
HSL color Cylindrical-coordinate representation of color #05230A: hue angle of 130º 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 #05230A is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 5 | 35 | 10 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.86 |
| HSL | 130º | 0.75% | 0.08% | - |
| HSV(B) | 130º | 0.86% | 0.14% | - |
| XYZ | 0.72 | 1.26 | 0.49 | - |
| YUV | 23.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 35 | 10 | 0.86 | 0 | 0.71 | 0.86 | 130 | 0.75 | 0.08 |
| Hex | 5 | 23 | A | 56 | 0 | 47 | 56 | 82 | 4B | 8 |
| Octal | 5 | 43 | 12 | 126 | 0 | 107 | 126 | 202 | 113 | 10 |
| Binary | 101 | 100011 | 1010 | 1010110 | 0 | 1000111 | 1010110 | 10000010 | 1001011 | 1000 |
Color Harmonies of #05230A
Complementary color
Monochromatic Colors of #05230A
Black with #05230A
Text Example
Text Example
White with #05230A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05230A; }
p { color: rgb(5,35,10); }
H1.HeaderClassName
{
color: #05230A;
}
.AnyTagClassName
{
color: #05230A;
}
</style>
background-color css
<style>
a { background-color: #05230A; }
a { background-color: rgb(5,35,10); }
div.DivClassName
{
background-color: #05230A;
}
.BgClassName
{
background-color: #05230A;
}
</style>
border-color css
<style>
span { border-color: #05230A; }
span { border-color: rgb(5,35,10); }
td.TdClassName
{
border-color: #05230A;
}
.TagClassName
{
border-color: #05230A;
}
</style>