Shades of Black Bean #08260A
Tints of Black Bean #08260A
RGB
CMYK
RGB Variations
Color information
#08260A (or 0x08260A) is known color: Black Bean. HEX triplet: 08, 26 and 0A. RGB value is (8,38,10). Sum of RGB (Red+Green+Blue) = 8+38+10=56 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.29% from 56); Green value is 38 (15.23% from 255 or 67.86% from 56); Blue value is 10 (4.30% from 255 or 17.86% from 56); Max value from RGB is 38 - color contains mainly: green. Hex color #08260A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08260A is #F7D9F5. Grayscale: #191919. Windows color (decimal): -16243190 or 665096. OLE color: 665096.
HSL color Cylindrical-coordinate representation of color #08260A: hue angle of 124º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #08260A is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 38 | 10 | - |
| CMYK | 0.79 | 0 | 0.74 | 0.85 |
| HSL | 124º | 0.65% | 0.09% | - |
| HSV(B) | 124º | 0.79% | 0.15% | - |
| XYZ | 0.85 | 1.46 | 0.52 | - |
| YUV | 25.84 | 119.06 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 10 | 0.79 | 0 | 0.74 | 0.85 | 124 | 0.65 | 0.09 |
| Hex | 8 | 26 | A | 4F | 0 | 4A | 55 | 7C | 41 | 9 |
| Octal | 10 | 46 | 12 | 117 | 0 | 112 | 125 | 174 | 101 | 11 |
| Binary | 1000 | 100110 | 1010 | 1001111 | 0 | 1001010 | 1010101 | 1111100 | 1000001 | 1001 |
Color Harmonies of #08260A
Complementary color
Monochromatic Colors of #08260A
Black with #08260A
Text Example
Text Example
White with #08260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08260A; }
p { color: rgb(8,38,10); }
H1.HeaderClassName
{
color: #08260A;
}
.AnyTagClassName
{
color: #08260A;
}
</style>
background-color css
<style>
a { background-color: #08260A; }
a { background-color: rgb(8,38,10); }
div.DivClassName
{
background-color: #08260A;
}
.BgClassName
{
background-color: #08260A;
}
</style>
border-color css
<style>
span { border-color: #08260A; }
span { border-color: rgb(8,38,10); }
td.TdClassName
{
border-color: #08260A;
}
.TagClassName
{
border-color: #08260A;
}
</style>