Shades of Black Bean #0A130B
Tints of Black Bean #0A130B
RGB
CMYK
RGB Variations
Color information
#0A130B (or 0x0A130B) is known color: Black Bean. HEX triplet: 0A, 13 and 0B. RGB value is (10,19,11). Sum of RGB (Red+Green+Blue) = 10+19+11=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 19 (7.81% from 255 or 47.5% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 19 - color contains mainly: green. Hex color #0A130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A130B is #F5ECF4. Grayscale: #0F0F0F. Windows color (decimal): -16116981 or 725770. OLE color: 725770.
HSL color Cylindrical-coordinate representation of color #0A130B: hue angle of 126.67º 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 #0A130B is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 10 | 19 | 11 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.93 |
| HSL | 126.67º | 0.31% | 0.06% | - |
| HSV(B) | 126.67º | 0.47% | 0.07% | - |
| XYZ | 0.42 | 0.55 | 0.4 | - |
| YUV | 15.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 11 | 0.47 | 0 | 0.42 | 0.93 | 126.67 | 0.31 | 0.06 |
| Hex | A | 13 | B | 2F | 0 | 2A | 5D | 7F | 1F | 6 |
| Octal | 12 | 23 | 13 | 57 | 0 | 52 | 135 | 177 | 37 | 6 |
| Binary | 1010 | 10011 | 1011 | 101111 | 0 | 101010 | 1011101 | 1111111 | 11111 | 110 |
Color Harmonies of #0A130B
Complementary color
Monochromatic Colors of #0A130B
Black with #0A130B
Text Example
Text Example
White with #0A130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A130B; }
p { color: rgb(10,19,11); }
H1.HeaderClassName
{
color: #0A130B;
}
.AnyTagClassName
{
color: #0A130B;
}
</style>
background-color css
<style>
a { background-color: #0A130B; }
a { background-color: rgb(10,19,11); }
div.DivClassName
{
background-color: #0A130B;
}
.BgClassName
{
background-color: #0A130B;
}
</style>
border-color css
<style>
span { border-color: #0A130B; }
span { border-color: rgb(10,19,11); }
td.TdClassName
{
border-color: #0A130B;
}
.TagClassName
{
border-color: #0A130B;
}
</style>