Shades of Black Bean #0A230C
Tints of Black Bean #0A230C
RGB
CMYK
RGB Variations
Color information
#0A230C (or 0x0A230C) is known color: Black Bean. HEX triplet: 0A, 23 and 0C. RGB value is (10,35,12). Sum of RGB (Red+Green+Blue) = 10+35+12=57 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.54% from 57); Green value is 35 (14.06% from 255 or 61.40% from 57); Blue value is 12 (5.08% from 255 or 21.05% from 57); Max value from RGB is 35 - color contains mainly: green. Hex color #0A230C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A230C is #F5DCF3. Grayscale: #181818. Windows color (decimal): -16112884 or 795402. OLE color: 795402.
HSL color Cylindrical-coordinate representation of color #0A230C: hue angle of 124.8º 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 #0A230C is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 10 | 35 | 12 | - |
| CMYK | 0.71 | 0 | 0.66 | 0.86 |
| HSL | 124.8º | 0.56% | 0.09% | - |
| HSV(B) | 124.8º | 0.71% | 0.14% | - |
| XYZ | 0.79 | 1.29 | 0.56 | - |
| YUV | 24.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 35 | 12 | 0.71 | 0 | 0.66 | 0.86 | 124.8 | 0.56 | 0.09 |
| Hex | A | 23 | C | 47 | 0 | 42 | 56 | 7D | 38 | 9 |
| Octal | 12 | 43 | 14 | 107 | 0 | 102 | 126 | 175 | 70 | 11 |
| Binary | 1010 | 100011 | 1100 | 1000111 | 0 | 1000010 | 1010110 | 1111101 | 111000 | 1001 |
Color Harmonies of #0A230C
Complementary color
Monochromatic Colors of #0A230C
Black with #0A230C
Text Example
Text Example
White with #0A230C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A230C; }
p { color: rgb(10,35,12); }
H1.HeaderClassName
{
color: #0A230C;
}
.AnyTagClassName
{
color: #0A230C;
}
</style>
background-color css
<style>
a { background-color: #0A230C; }
a { background-color: rgb(10,35,12); }
div.DivClassName
{
background-color: #0A230C;
}
.BgClassName
{
background-color: #0A230C;
}
</style>
border-color css
<style>
span { border-color: #0A230C; }
span { border-color: rgb(10,35,12); }
td.TdClassName
{
border-color: #0A230C;
}
.TagClassName
{
border-color: #0A230C;
}
</style>