Shades of Black Bean #0B270D
Tints of Black Bean #0B270D
RGB
CMYK
RGB Variations
Color information
#0B270D (or 0x0B270D) is known color: Black Bean. HEX triplet: 0B, 27 and 0D. RGB value is (11,39,13). Sum of RGB (Red+Green+Blue) = 11+39+13=63 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.46% from 63); Green value is 39 (15.62% from 255 or 61.90% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 39 - color contains mainly: green. Hex color #0B270D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B270D is #F4D8F2. Grayscale: #1B1B1B. Windows color (decimal): -16046323 or 861963. OLE color: 861963.
HSL color Cylindrical-coordinate representation of color #0B270D: hue angle of 124.29º 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 #0B270D is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 39 | 13 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.85 |
| HSL | 124.29º | 0.56% | 0.1% | - |
| HSV(B) | 124.29º | 0.72% | 0.15% | - |
| XYZ | 0.94 | 1.55 | 0.63 | - |
| YUV | 27.66 | 119.72 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 39 | 13 | 0.72 | 0 | 0.67 | 0.85 | 124.29 | 0.56 | 0.1 |
| Hex | B | 27 | D | 48 | 0 | 43 | 55 | 7C | 38 | A |
| Octal | 13 | 47 | 15 | 110 | 0 | 103 | 125 | 174 | 70 | 12 |
| Binary | 1011 | 100111 | 1101 | 1001000 | 0 | 1000011 | 1010101 | 1111100 | 111000 | 1010 |
Color Harmonies of #0B270D
Complementary color
Monochromatic Colors of #0B270D
Black with #0B270D
Text Example
Text Example
White with #0B270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B270D; }
p { color: rgb(11,39,13); }
H1.HeaderClassName
{
color: #0B270D;
}
.AnyTagClassName
{
color: #0B270D;
}
</style>
background-color css
<style>
a { background-color: #0B270D; }
a { background-color: rgb(11,39,13); }
div.DivClassName
{
background-color: #0B270D;
}
.BgClassName
{
background-color: #0B270D;
}
</style>
border-color css
<style>
span { border-color: #0B270D; }
span { border-color: rgb(11,39,13); }
td.TdClassName
{
border-color: #0B270D;
}
.TagClassName
{
border-color: #0B270D;
}
</style>