Shades of Black Bean #0A130C
Tints of Black Bean #0A130C
RGB
CMYK
RGB Variations
Color information
#0A130C (or 0x0A130C) is known color: Black Bean. HEX triplet: 0A, 13 and 0C. RGB value is (10,19,12). Sum of RGB (Red+Green+Blue) = 10+19+12=41 (5% of max value = 765). Red value is 10 (4.30% from 255 or 24.39% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 19 - color contains mainly: green. Hex color #0A130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A130C is #F5ECF3. Grayscale: #0F0F0F. Windows color (decimal): -16116980 or 791306. OLE color: 791306.
HSL color Cylindrical-coordinate representation of color #0A130C: hue angle of 133.33º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0A130C is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 10 | 19 | 12 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.93 |
| HSL | 133.33º | 0.31% | 0.06% | - |
| HSV(B) | 133.33º | 0.47% | 0.07% | - |
| XYZ | 0.42 | 0.56 | 0.43 | - |
| YUV | 15.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 12 | 0.47 | 0 | 0.37 | 0.93 | 133.33 | 0.31 | 0.06 |
| Hex | A | 13 | C | 2F | 0 | 25 | 5D | 85 | 1F | 6 |
| Octal | 12 | 23 | 14 | 57 | 0 | 45 | 135 | 205 | 37 | 6 |
| Binary | 1010 | 10011 | 1100 | 101111 | 0 | 100101 | 1011101 | 10000101 | 11111 | 110 |
Color Harmonies of #0A130C
Complementary color
Monochromatic Colors of #0A130C
Black with #0A130C
Text Example
Text Example
White with #0A130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A130C; }
p { color: rgb(10,19,12); }
H1.HeaderClassName
{
color: #0A130C;
}
.AnyTagClassName
{
color: #0A130C;
}
</style>
background-color css
<style>
a { background-color: #0A130C; }
a { background-color: rgb(10,19,12); }
div.DivClassName
{
background-color: #0A130C;
}
.BgClassName
{
background-color: #0A130C;
}
</style>
border-color css
<style>
span { border-color: #0A130C; }
span { border-color: rgb(10,19,12); }
td.TdClassName
{
border-color: #0A130C;
}
.TagClassName
{
border-color: #0A130C;
}
</style>