Shades of Black Bean #0A1D0D
Tints of Black Bean #0A1D0D
RGB
CMYK
RGB Variations
Color information
#0A1D0D (or 0x0A1D0D) is known color: Black Bean. HEX triplet: 0A, 1D and 0D. RGB value is (10,29,13). Sum of RGB (Red+Green+Blue) = 10+29+13=52 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.23% from 52); Green value is 29 (11.72% from 255 or 55.77% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 29 - color contains mainly: green. Hex color #0A1D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1D0D is #F5E2F2. Grayscale: #151515. Windows color (decimal): -16114419 or 859402. OLE color: 859402.
HSL color Cylindrical-coordinate representation of color #0A1D0D: hue angle of 129.47º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0A1D0D is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 29 | 13 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.89 |
| HSL | 129.47º | 0.49% | 0.08% | - |
| HSV(B) | 129.47º | 0.66% | 0.11% | - |
| XYZ | 0.64 | 0.97 | 0.53 | - |
| YUV | 21.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 29 | 13 | 0.66 | 0 | 0.55 | 0.89 | 129.47 | 0.49 | 0.08 |
| Hex | A | 1D | D | 42 | 0 | 37 | 59 | 81 | 31 | 8 |
| Octal | 12 | 35 | 15 | 102 | 0 | 67 | 131 | 201 | 61 | 10 |
| Binary | 1010 | 11101 | 1101 | 1000010 | 0 | 110111 | 1011001 | 10000001 | 110001 | 1000 |
Color Harmonies of #0A1D0D
Complementary color
Monochromatic Colors of #0A1D0D
Black with #0A1D0D
Text Example
Text Example
White with #0A1D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1D0D; }
p { color: rgb(10,29,13); }
H1.HeaderClassName
{
color: #0A1D0D;
}
.AnyTagClassName
{
color: #0A1D0D;
}
</style>
background-color css
<style>
a { background-color: #0A1D0D; }
a { background-color: rgb(10,29,13); }
div.DivClassName
{
background-color: #0A1D0D;
}
.BgClassName
{
background-color: #0A1D0D;
}
</style>
border-color css
<style>
span { border-color: #0A1D0D; }
span { border-color: rgb(10,29,13); }
td.TdClassName
{
border-color: #0A1D0D;
}
.TagClassName
{
border-color: #0A1D0D;
}
</style>