Shades of Blackberry #270014
Tints of Blackberry #270014
RGB
CMYK
RGB Variations
Color information
#270014 (or 0x270014) is known color: Blackberry. HEX triplet: 27, 00 and 14. RGB value is (39,0,20). Sum of RGB (Red+Green+Blue) = 39+0+20=59 (7% of max value = 765). Red value is 39 (15.62% from 255 or 66.10% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 39 - color contains mainly: red. Hex color #270014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270014 is #D8FFEB. Grayscale: #0D0D0D. Windows color (decimal): -14221292 or 1310759. OLE color: 1310759.
HSL color Cylindrical-coordinate representation of color #270014: hue angle of 329.23º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270014 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 0 | 20 | - |
| CMYK | 0 | 1 | 0.49 | 0.85 |
| HSL | 329.23º | 1% | 0.08% | - |
| HSV(B) | 329.23º | 1% | 0.15% | - |
| XYZ | 0.96 | 0.48 | 0.7 | - |
| YUV | 13.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 0 | 20 | 0 | 1 | 0.49 | 0.85 | 329.23 | 1 | 0.08 |
| Hex | 27 | 0 | 14 | 0 | 64 | 31 | 55 | 149 | 64 | 8 |
| Octal | 47 | 0 | 24 | 0 | 144 | 61 | 125 | 511 | 144 | 10 |
| Binary | 100111 | 0 | 10100 | 0 | 1100100 | 110001 | 1010101 | 101001001 | 1100100 | 1000 |
Color Harmonies of #270014
Complementary color
Monochromatic Colors of #270014
Black with #270014
Text Example
Text Example
White with #270014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270014; }
p { color: rgb(39,0,20); }
H1.HeaderClassName
{
color: #270014;
}
.AnyTagClassName
{
color: #270014;
}
</style>
background-color css
<style>
a { background-color: #270014; }
a { background-color: rgb(39,0,20); }
div.DivClassName
{
background-color: #270014;
}
.BgClassName
{
background-color: #270014;
}
</style>
border-color css
<style>
span { border-color: #270014; }
span { border-color: rgb(39,0,20); }
td.TdClassName
{
border-color: #270014;
}
.TagClassName
{
border-color: #270014;
}
</style>