Shades of Black Bean #0A1B0B
Tints of Black Bean #0A1B0B
RGB
CMYK
RGB Variations
Color information
#0A1B0B (or 0x0A1B0B) is known color: Black Bean. HEX triplet: 0A, 1B and 0B. RGB value is (10,27,11). Sum of RGB (Red+Green+Blue) = 10+27+11=48 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.83% from 48); Green value is 27 (10.94% from 255 or 56.25% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 27 - color contains mainly: green. Hex color #0A1B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1B0B is #F5E4F4. Grayscale: #141414. Windows color (decimal): -16114933 or 727818. OLE color: 727818.
HSL color Cylindrical-coordinate representation of color #0A1B0B: hue angle of 123.53º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0A1B0B is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 27 | 11 | - |
| CMYK | 0.63 | 0 | 0.59 | 0.89 |
| HSL | 123.53º | 0.46% | 0.07% | - |
| HSV(B) | 123.53º | 0.63% | 0.11% | - |
| XYZ | 0.58 | 0.87 | 0.45 | - |
| YUV | 20.09 | 122.87 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 27 | 11 | 0.63 | 0 | 0.59 | 0.89 | 123.53 | 0.46 | 0.07 |
| Hex | A | 1B | B | 3F | 0 | 3B | 59 | 7C | 2E | 7 |
| Octal | 12 | 33 | 13 | 77 | 0 | 73 | 131 | 174 | 56 | 7 |
| Binary | 1010 | 11011 | 1011 | 111111 | 0 | 111011 | 1011001 | 1111100 | 101110 | 111 |
Color Harmonies of #0A1B0B
Complementary color
Monochromatic Colors of #0A1B0B
Black with #0A1B0B
Text Example
Text Example
White with #0A1B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1B0B; }
p { color: rgb(10,27,11); }
H1.HeaderClassName
{
color: #0A1B0B;
}
.AnyTagClassName
{
color: #0A1B0B;
}
</style>
background-color css
<style>
a { background-color: #0A1B0B; }
a { background-color: rgb(10,27,11); }
div.DivClassName
{
background-color: #0A1B0B;
}
.BgClassName
{
background-color: #0A1B0B;
}
</style>
border-color css
<style>
span { border-color: #0A1B0B; }
span { border-color: rgb(10,27,11); }
td.TdClassName
{
border-color: #0A1B0B;
}
.TagClassName
{
border-color: #0A1B0B;
}
</style>