Shades of Black Bean #08270D
Tints of Black Bean #08270D
RGB
CMYK
RGB Variations
Color information
#08270D (or 0x08270D) is known color: Black Bean. HEX triplet: 08, 27 and 0D. RGB value is (8,39,13). Sum of RGB (Red+Green+Blue) = 8+39+13=60 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.33% from 60); Green value is 39 (15.62% from 255 or 65% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 39 - color contains mainly: green. Hex color #08270D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08270D is #F7D8F2. Grayscale: #1A1A1A. Windows color (decimal): -16242931 or 861960. OLE color: 861960.
HSL color Cylindrical-coordinate representation of color #08270D: hue angle of 129.68º 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 #08270D is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 39 | 13 | - |
| CMYK | 0.79 | 0 | 0.67 | 0.85 |
| HSL | 129.68º | 0.66% | 0.09% | - |
| HSV(B) | 129.68º | 0.79% | 0.15% | - |
| XYZ | 0.9 | 1.53 | 0.63 | - |
| YUV | 26.77 | 120.23 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 13 | 0.79 | 0 | 0.67 | 0.85 | 129.68 | 0.66 | 0.09 |
| Hex | 8 | 27 | D | 4F | 0 | 43 | 55 | 82 | 42 | 9 |
| Octal | 10 | 47 | 15 | 117 | 0 | 103 | 125 | 202 | 102 | 11 |
| Binary | 1000 | 100111 | 1101 | 1001111 | 0 | 1000011 | 1010101 | 10000010 | 1000010 | 1001 |
Color Harmonies of #08270D
Complementary color
Monochromatic Colors of #08270D
Black with #08270D
Text Example
Text Example
White with #08270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08270D; }
p { color: rgb(8,39,13); }
H1.HeaderClassName
{
color: #08270D;
}
.AnyTagClassName
{
color: #08270D;
}
</style>
background-color css
<style>
a { background-color: #08270D; }
a { background-color: rgb(8,39,13); }
div.DivClassName
{
background-color: #08270D;
}
.BgClassName
{
background-color: #08270D;
}
</style>
border-color css
<style>
span { border-color: #08270D; }
span { border-color: rgb(8,39,13); }
td.TdClassName
{
border-color: #08270D;
}
.TagClassName
{
border-color: #08270D;
}
</style>