Shades of Blackberry #27071B
Tints of Blackberry #27071B
RGB
CMYK
RGB Variations
Color information
#27071B (or 0x27071B) is known color: Blackberry. HEX triplet: 27, 07 and 1B. RGB value is (39,7,27). Sum of RGB (Red+Green+Blue) = 39+7+27=73 (9% of max value = 765). Red value is 39 (15.62% from 255 or 53.42% from 73); Green value is 7 (3.12% from 255 or 9.59% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 39 - color contains mainly: red. Hex color #27071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27071B is #D8F8E4. Grayscale: #121212. Windows color (decimal): -14219493 or 1771303. OLE color: 1771303.
HSL color Cylindrical-coordinate representation of color #27071B: hue angle of 322.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 #27071B is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 7 | 27 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.85 |
| HSL | 322.5º | 0.7% | 0.09% | - |
| HSV(B) | 322.5º | 0.82% | 0.15% | - |
| XYZ | 1.11 | 0.66 | 1.11 | - |
| YUV | 18.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 7 | 27 | 0 | 0.82 | 0.31 | 0.85 | 322.5 | 0.7 | 0.09 |
| Hex | 27 | 7 | 1B | 0 | 52 | 1F | 55 | 142 | 46 | 9 |
| Octal | 47 | 7 | 33 | 0 | 122 | 37 | 125 | 502 | 106 | 11 |
| Binary | 100111 | 111 | 11011 | 0 | 1010010 | 11111 | 1010101 | 101000010 | 1000110 | 1001 |
Color Harmonies of #27071B
Complementary color
Monochromatic Colors of #27071B
Black with #27071B
Text Example
Text Example
White with #27071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27071B; }
p { color: rgb(39,7,27); }
H1.HeaderClassName
{
color: #27071B;
}
.AnyTagClassName
{
color: #27071B;
}
</style>
background-color css
<style>
a { background-color: #27071B; }
a { background-color: rgb(39,7,27); }
div.DivClassName
{
background-color: #27071B;
}
.BgClassName
{
background-color: #27071B;
}
</style>
border-color css
<style>
span { border-color: #27071B; }
span { border-color: rgb(39,7,27); }
td.TdClassName
{
border-color: #27071B;
}
.TagClassName
{
border-color: #27071B;
}
</style>