Shades of Black Bean #0A180B
Tints of Black Bean #0A180B
RGB
CMYK
RGB Variations
Color information
#0A180B (or 0x0A180B) is known color: Black Bean. HEX triplet: 0A, 18 and 0B. RGB value is (10,24,11). Sum of RGB (Red+Green+Blue) = 10+24+11=45 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.22% from 45); Green value is 24 (9.77% from 255 or 53.33% from 45); Blue value is 11 (4.69% from 255 or 24.44% from 45); Max value from RGB is 24 - color contains mainly: green. Hex color #0A180B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A180B is #F5E7F4. Grayscale: #121212. Windows color (decimal): -16115701 or 727050. OLE color: 727050.
HSL color Cylindrical-coordinate representation of color #0A180B: hue angle of 124.29º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0A180B is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 10 | 24 | 11 | - |
| CMYK | 0.58 | 0 | 0.54 | 0.91 |
| HSL | 124.29º | 0.41% | 0.07% | - |
| HSV(B) | 124.29º | 0.58% | 0.09% | - |
| XYZ | 0.51 | 0.74 | 0.43 | - |
| YUV | 18.33 | 123.86 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 24 | 11 | 0.58 | 0 | 0.54 | 0.91 | 124.29 | 0.41 | 0.07 |
| Hex | A | 18 | B | 3A | 0 | 36 | 5B | 7C | 29 | 7 |
| Octal | 12 | 30 | 13 | 72 | 0 | 66 | 133 | 174 | 51 | 7 |
| Binary | 1010 | 11000 | 1011 | 111010 | 0 | 110110 | 1011011 | 1111100 | 101001 | 111 |
Color Harmonies of #0A180B
Complementary color
Monochromatic Colors of #0A180B
Black with #0A180B
Text Example
Text Example
White with #0A180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A180B; }
p { color: rgb(10,24,11); }
H1.HeaderClassName
{
color: #0A180B;
}
.AnyTagClassName
{
color: #0A180B;
}
</style>
background-color css
<style>
a { background-color: #0A180B; }
a { background-color: rgb(10,24,11); }
div.DivClassName
{
background-color: #0A180B;
}
.BgClassName
{
background-color: #0A180B;
}
</style>
border-color css
<style>
span { border-color: #0A180B; }
span { border-color: rgb(10,24,11); }
td.TdClassName
{
border-color: #0A180B;
}
.TagClassName
{
border-color: #0A180B;
}
</style>