Shades of Blackberry #27071C
Tints of Blackberry #27071C
RGB
CMYK
RGB Variations
Color information
#27071C (or 0x27071C) is known color: Blackberry. HEX triplet: 27, 07 and 1C. RGB value is (39,7,28). Sum of RGB (Red+Green+Blue) = 39+7+28=74 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52.70% from 74); Green value is 7 (3.12% from 255 or 9.46% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 39 - color contains mainly: red. Hex color #27071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27071C is #D8F8E3. Grayscale: #121212. Windows color (decimal): -14219492 or 1836839. OLE color: 1836839.
HSL color Cylindrical-coordinate representation of color #27071C: hue angle of 320.62º 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 #27071C is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 7 | 28 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.85 |
| HSL | 320.63º | 0.7% | 0.09% | - |
| HSV(B) | 320.63º | 0.82% | 0.15% | - |
| XYZ | 1.12 | 0.67 | 1.17 | - |
| YUV | 18.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 7 | 28 | 0 | 0.82 | 0.28 | 0.85 | 320.63 | 0.7 | 0.09 |
| Hex | 27 | 7 | 1C | 0 | 52 | 1C | 55 | 141 | 46 | 9 |
| Octal | 47 | 7 | 34 | 0 | 122 | 34 | 125 | 501 | 106 | 11 |
| Binary | 100111 | 111 | 11100 | 0 | 1010010 | 11100 | 1010101 | 101000001 | 1000110 | 1001 |
Color Harmonies of #27071C
Complementary color
Monochromatic Colors of #27071C
Black with #27071C
Text Example
Text Example
White with #27071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27071C; }
p { color: rgb(39,7,28); }
H1.HeaderClassName
{
color: #27071C;
}
.AnyTagClassName
{
color: #27071C;
}
</style>
background-color css
<style>
a { background-color: #27071C; }
a { background-color: rgb(39,7,28); }
div.DivClassName
{
background-color: #27071C;
}
.BgClassName
{
background-color: #27071C;
}
</style>
border-color css
<style>
span { border-color: #27071C; }
span { border-color: rgb(39,7,28); }
td.TdClassName
{
border-color: #27071C;
}
.TagClassName
{
border-color: #27071C;
}
</style>