Shades of Black Bean #0B270E
Tints of Black Bean #0B270E
RGB
CMYK
RGB Variations
Color information
#0B270E (or 0x0B270E) is known color: Black Bean. HEX triplet: 0B, 27 and 0E. RGB value is (11,39,14). Sum of RGB (Red+Green+Blue) = 11+39+14=64 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.19% from 64); Green value is 39 (15.62% from 255 or 60.94% from 64); Blue value is 14 (5.86% from 255 or 21.88% from 64); Max value from RGB is 39 - color contains mainly: green. Hex color #0B270E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B270E is #F4D8F1. Grayscale: #1B1B1B. Windows color (decimal): -16046322 or 927499. OLE color: 927499.
HSL color Cylindrical-coordinate representation of color #0B270E: hue angle of 126.43º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0B270E is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 39 | 14 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.85 |
| HSL | 126.43º | 0.56% | 0.1% | - |
| HSV(B) | 126.43º | 0.72% | 0.15% | - |
| XYZ | 0.94 | 1.55 | 0.67 | - |
| YUV | 27.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 39 | 14 | 0.72 | 0 | 0.64 | 0.85 | 126.43 | 0.56 | 0.1 |
| Hex | B | 27 | E | 48 | 0 | 40 | 55 | 7E | 38 | A |
| Octal | 13 | 47 | 16 | 110 | 0 | 100 | 125 | 176 | 70 | 12 |
| Binary | 1011 | 100111 | 1110 | 1001000 | 0 | 1000000 | 1010101 | 1111110 | 111000 | 1010 |
Color Harmonies of #0B270E
Complementary color
Monochromatic Colors of #0B270E
Black with #0B270E
Text Example
Text Example
White with #0B270E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B270E; }
p { color: rgb(11,39,14); }
H1.HeaderClassName
{
color: #0B270E;
}
.AnyTagClassName
{
color: #0B270E;
}
</style>
background-color css
<style>
a { background-color: #0B270E; }
a { background-color: rgb(11,39,14); }
div.DivClassName
{
background-color: #0B270E;
}
.BgClassName
{
background-color: #0B270E;
}
</style>
border-color css
<style>
span { border-color: #0B270E; }
span { border-color: rgb(11,39,14); }
td.TdClassName
{
border-color: #0B270E;
}
.TagClassName
{
border-color: #0B270E;
}
</style>