Shades of Black Bean #08270B
Tints of Black Bean #08270B
RGB
CMYK
RGB Variations
Color information
#08270B (or 0x08270B) is known color: Black Bean. HEX triplet: 08, 27 and 0B. RGB value is (8,39,11). Sum of RGB (Red+Green+Blue) = 8+39+11=58 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.79% from 58); Green value is 39 (15.62% from 255 or 67.24% from 58); Blue value is 11 (4.69% from 255 or 18.97% from 58); Max value from RGB is 39 - color contains mainly: green. Hex color #08270B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08270B is #F7D8F4. Grayscale: #1A1A1A. Windows color (decimal): -16242933 or 730888. OLE color: 730888.
HSL color Cylindrical-coordinate representation of color #08270B: hue angle of 125.81º degrees, saturation: 0.66, 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 #08270B is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 39 | 11 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.85 |
| HSL | 125.81º | 0.66% | 0.09% | - |
| HSV(B) | 125.81º | 0.79% | 0.15% | - |
| XYZ | 0.89 | 1.53 | 0.56 | - |
| YUV | 26.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 11 | 0.79 | 0 | 0.72 | 0.85 | 125.81 | 0.66 | 0.09 |
| Hex | 8 | 27 | B | 4F | 0 | 48 | 55 | 7E | 42 | 9 |
| Octal | 10 | 47 | 13 | 117 | 0 | 110 | 125 | 176 | 102 | 11 |
| Binary | 1000 | 100111 | 1011 | 1001111 | 0 | 1001000 | 1010101 | 1111110 | 1000010 | 1001 |
Color Harmonies of #08270B
Complementary color
Monochromatic Colors of #08270B
Black with #08270B
Text Example
Text Example
White with #08270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08270B; }
p { color: rgb(8,39,11); }
H1.HeaderClassName
{
color: #08270B;
}
.AnyTagClassName
{
color: #08270B;
}
</style>
background-color css
<style>
a { background-color: #08270B; }
a { background-color: rgb(8,39,11); }
div.DivClassName
{
background-color: #08270B;
}
.BgClassName
{
background-color: #08270B;
}
</style>
border-color css
<style>
span { border-color: #08270B; }
span { border-color: rgb(8,39,11); }
td.TdClassName
{
border-color: #08270B;
}
.TagClassName
{
border-color: #08270B;
}
</style>