Shades of Black Bean #0A230E
Tints of Black Bean #0A230E
RGB
CMYK
RGB Variations
Color information
#0A230E (or 0x0A230E) is known color: Black Bean. HEX triplet: 0A, 23 and 0E. RGB value is (10,35,14). Sum of RGB (Red+Green+Blue) = 10+35+14=59 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.95% from 59); Green value is 35 (14.06% from 255 or 59.32% from 59); Blue value is 14 (5.86% from 255 or 23.73% from 59); Max value from RGB is 35 - color contains mainly: green. Hex color #0A230E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A230E is #F5DCF1. Grayscale: #191919. Windows color (decimal): -16112882 or 926474. OLE color: 926474.
HSL color Cylindrical-coordinate representation of color #0A230E: hue angle of 129.6º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0A230E is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 10 | 35 | 14 | - |
| CMYK | 0.71 | 0 | 0.60 | 0.86 |
| HSL | 129.6º | 0.56% | 0.09% | - |
| HSV(B) | 129.6º | 0.71% | 0.14% | - |
| XYZ | 0.81 | 1.3 | 0.62 | - |
| YUV | 25.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 35 | 14 | 0.71 | 0 | 0.60 | 0.86 | 129.6 | 0.56 | 0.09 |
| Hex | A | 23 | E | 47 | 0 | 3C | 56 | 82 | 38 | 9 |
| Octal | 12 | 43 | 16 | 107 | 0 | 74 | 126 | 202 | 70 | 11 |
| Binary | 1010 | 100011 | 1110 | 1000111 | 0 | 111100 | 1010110 | 10000010 | 111000 | 1001 |
Color Harmonies of #0A230E
Complementary color
Monochromatic Colors of #0A230E
Black with #0A230E
Text Example
Text Example
White with #0A230E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A230E; }
p { color: rgb(10,35,14); }
H1.HeaderClassName
{
color: #0A230E;
}
.AnyTagClassName
{
color: #0A230E;
}
</style>
background-color css
<style>
a { background-color: #0A230E; }
a { background-color: rgb(10,35,14); }
div.DivClassName
{
background-color: #0A230E;
}
.BgClassName
{
background-color: #0A230E;
}
</style>
border-color css
<style>
span { border-color: #0A230E; }
span { border-color: rgb(10,35,14); }
td.TdClassName
{
border-color: #0A230E;
}
.TagClassName
{
border-color: #0A230E;
}
</style>