Shades of Black Bean #07270B
Tints of Black Bean #07270B
RGB
CMYK
RGB Variations
Color information
#07270B (or 0x07270B) is known color: Black Bean. HEX triplet: 07, 27 and 0B. RGB value is (7,39,11). Sum of RGB (Red+Green+Blue) = 7+39+11=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 39 (15.62% from 255 or 68.42% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 39 - color contains mainly: green. Hex color #07270B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07270B is #F8D8F4. Grayscale: #1A1A1A. Windows color (decimal): -16308469 or 730887. OLE color: 730887.
HSL color Cylindrical-coordinate representation of color #07270B: hue angle of 127.5º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #07270B is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 39 | 11 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.85 |
| HSL | 127.5º | 0.7% | 0.09% | - |
| HSV(B) | 127.5º | 0.82% | 0.15% | - |
| XYZ | 0.87 | 1.52 | 0.56 | - |
| YUV | 26.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 39 | 11 | 0.82 | 0 | 0.72 | 0.85 | 127.5 | 0.7 | 0.09 |
| Hex | 7 | 27 | B | 52 | 0 | 48 | 55 | 80 | 46 | 9 |
| Octal | 7 | 47 | 13 | 122 | 0 | 110 | 125 | 200 | 106 | 11 |
| Binary | 111 | 100111 | 1011 | 1010010 | 0 | 1001000 | 1010101 | 10000000 | 1000110 | 1001 |
Color Harmonies of #07270B
Complementary color
Monochromatic Colors of #07270B
Black with #07270B
Text Example
Text Example
White with #07270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07270B; }
p { color: rgb(7,39,11); }
H1.HeaderClassName
{
color: #07270B;
}
.AnyTagClassName
{
color: #07270B;
}
</style>
background-color css
<style>
a { background-color: #07270B; }
a { background-color: rgb(7,39,11); }
div.DivClassName
{
background-color: #07270B;
}
.BgClassName
{
background-color: #07270B;
}
</style>
border-color css
<style>
span { border-color: #07270B; }
span { border-color: rgb(7,39,11); }
td.TdClassName
{
border-color: #07270B;
}
.TagClassName
{
border-color: #07270B;
}
</style>