Shades of Black Bean #08180B
Tints of Black Bean #08180B
RGB
CMYK
RGB Variations
Color information
#08180B (or 0x08180B) is known color: Black Bean. HEX triplet: 08, 18 and 0B. RGB value is (8,24,11). Sum of RGB (Red+Green+Blue) = 8+24+11=43 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.60% from 43); Green value is 24 (9.77% from 255 or 55.81% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 24 - color contains mainly: green. Hex color #08180B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08180B is #F7E7F4. Grayscale: #111111. Windows color (decimal): -16246773 or 727048. OLE color: 727048.
HSL color Cylindrical-coordinate representation of color #08180B: hue angle of 131.25º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #08180B is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 8 | 24 | 11 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.91 |
| HSL | 131.25º | 0.5% | 0.06% | - |
| HSV(B) | 131.25º | 0.67% | 0.09% | - |
| XYZ | 0.49 | 0.73 | 0.43 | - |
| YUV | 17.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 11 | 0.67 | 0 | 0.54 | 0.91 | 131.25 | 0.5 | 0.06 |
| Hex | 8 | 18 | B | 43 | 0 | 36 | 5B | 83 | 32 | 6 |
| Octal | 10 | 30 | 13 | 103 | 0 | 66 | 133 | 203 | 62 | 6 |
| Binary | 1000 | 11000 | 1011 | 1000011 | 0 | 110110 | 1011011 | 10000011 | 110010 | 110 |
Color Harmonies of #08180B
Complementary color
Monochromatic Colors of #08180B
Black with #08180B
Text Example
Text Example
White with #08180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08180B; }
p { color: rgb(8,24,11); }
H1.HeaderClassName
{
color: #08180B;
}
.AnyTagClassName
{
color: #08180B;
}
</style>
background-color css
<style>
a { background-color: #08180B; }
a { background-color: rgb(8,24,11); }
div.DivClassName
{
background-color: #08180B;
}
.BgClassName
{
background-color: #08180B;
}
</style>
border-color css
<style>
span { border-color: #08180B; }
span { border-color: rgb(8,24,11); }
td.TdClassName
{
border-color: #08180B;
}
.TagClassName
{
border-color: #08180B;
}
</style>