Shades of Black Bean #0A270F
Tints of Black Bean #0A270F
RGB
CMYK
RGB Variations
Color information
#0A270F (or 0x0A270F) is known color: Black Bean. HEX triplet: 0A, 27 and 0F. RGB value is (10,39,15). Sum of RGB (Red+Green+Blue) = 10+39+15=64 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.62% from 64); Green value is 39 (15.62% from 255 or 60.94% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 39 - color contains mainly: green. Hex color #0A270F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A270F is #F5D8F0. Grayscale: #1B1B1B. Windows color (decimal): -16111857 or 993034. OLE color: 993034.
HSL color Cylindrical-coordinate representation of color #0A270F: hue angle of 130.34º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A270F is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 39 | 15 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.85 |
| HSL | 130.34º | 0.59% | 0.1% | - |
| HSV(B) | 130.34º | 0.74% | 0.15% | - |
| XYZ | 0.94 | 1.55 | 0.7 | - |
| YUV | 27.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 39 | 15 | 0.74 | 0 | 0.62 | 0.85 | 130.34 | 0.59 | 0.1 |
| Hex | A | 27 | F | 4A | 0 | 3E | 55 | 82 | 3B | A |
| Octal | 12 | 47 | 17 | 112 | 0 | 76 | 125 | 202 | 73 | 12 |
| Binary | 1010 | 100111 | 1111 | 1001010 | 0 | 111110 | 1010101 | 10000010 | 111011 | 1010 |
Color Harmonies of #0A270F
Complementary color
Monochromatic Colors of #0A270F
Black with #0A270F
Text Example
Text Example
White with #0A270F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A270F; }
p { color: rgb(10,39,15); }
H1.HeaderClassName
{
color: #0A270F;
}
.AnyTagClassName
{
color: #0A270F;
}
</style>
background-color css
<style>
a { background-color: #0A270F; }
a { background-color: rgb(10,39,15); }
div.DivClassName
{
background-color: #0A270F;
}
.BgClassName
{
background-color: #0A270F;
}
</style>
border-color css
<style>
span { border-color: #0A270F; }
span { border-color: rgb(10,39,15); }
td.TdClassName
{
border-color: #0A270F;
}
.TagClassName
{
border-color: #0A270F;
}
</style>