Shades of Black Bean #081A08
Tints of Black Bean #081A08
RGB
CMYK
RGB Variations
Color information
#081A08 (or 0x081A08) is known color: Black Bean. HEX triplet: 08, 1A and 08. RGB value is (8,26,8). Sum of RGB (Red+Green+Blue) = 8+26+8=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 26 (10.55% from 255 or 61.90% from 42); Blue value is 8 (3.52% from 255 or 19.05% from 42); Max value from RGB is 26 - color contains mainly: green. Hex color #081A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081A08 is #F7E5F7. Grayscale: #121212. Windows color (decimal): -16246264 or 530952. OLE color: 530952.
HSL color Cylindrical-coordinate representation of color #081A08: hue angle of 120º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #081A08 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 8 | 26 | 8 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.90 |
| HSL | 120º | 0.53% | 0.07% | - |
| HSV(B) | 120º | 0.69% | 0.1% | - |
| XYZ | 0.51 | 0.81 | 0.36 | - |
| YUV | 18.57 | 122.04 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 26 | 8 | 0.69 | 0 | 0.69 | 0.90 | 120 | 0.53 | 0.07 |
| Hex | 8 | 1A | 8 | 45 | 0 | 45 | 5A | 78 | 35 | 7 |
| Octal | 10 | 32 | 10 | 105 | 0 | 105 | 132 | 170 | 65 | 7 |
| Binary | 1000 | 11010 | 1000 | 1000101 | 0 | 1000101 | 1011010 | 1111000 | 110101 | 111 |
Color Harmonies of #081A08
Complementary color
Monochromatic Colors of #081A08
Black with #081A08
Text Example
Text Example
White with #081A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081A08; }
p { color: rgb(8,26,8); }
H1.HeaderClassName
{
color: #081A08;
}
.AnyTagClassName
{
color: #081A08;
}
</style>
background-color css
<style>
a { background-color: #081A08; }
a { background-color: rgb(8,26,8); }
div.DivClassName
{
background-color: #081A08;
}
.BgClassName
{
background-color: #081A08;
}
</style>
border-color css
<style>
span { border-color: #081A08; }
span { border-color: rgb(8,26,8); }
td.TdClassName
{
border-color: #081A08;
}
.TagClassName
{
border-color: #081A08;
}
</style>