Shades of Blackberry #270015
Tints of Blackberry #270015
RGB
CMYK
RGB Variations
Color information
#270015 (or 0x270015) is known color: Blackberry. HEX triplet: 27, 00 and 15. RGB value is (39,0,21). Sum of RGB (Red+Green+Blue) = 39+0+21=60 (7% of max value = 765). Red value is 39 (15.62% from 255 or 65% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 21 (8.59% from 255 or 35% from 60); Max value from RGB is 39 - color contains mainly: red. Hex color #270015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270015 is #D8FFEA. Grayscale: #0E0E0E. Windows color (decimal): -14221291 or 1376295. OLE color: 1376295.
HSL color Cylindrical-coordinate representation of color #270015: hue angle of 327.69º 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 #270015 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.46 | 0.85 |
| HSL | 327.69º | 1% | 0.08% | - |
| HSV(B) | 327.69º | 1% | 0.15% | - |
| XYZ | 0.97 | 0.49 | 0.75 | - |
| YUV | 14.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 0 | 21 | 0 | 1 | 0.46 | 0.85 | 327.69 | 1 | 0.08 |
| Hex | 27 | 0 | 15 | 0 | 64 | 2E | 55 | 148 | 64 | 8 |
| Octal | 47 | 0 | 25 | 0 | 144 | 56 | 125 | 510 | 144 | 10 |
| Binary | 100111 | 0 | 10101 | 0 | 1100100 | 101110 | 1010101 | 101001000 | 1100100 | 1000 |
Color Harmonies of #270015
Complementary color
Monochromatic Colors of #270015
Black with #270015
Text Example
Text Example
White with #270015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270015; }
p { color: rgb(39,0,21); }
H1.HeaderClassName
{
color: #270015;
}
.AnyTagClassName
{
color: #270015;
}
</style>
background-color css
<style>
a { background-color: #270015; }
a { background-color: rgb(39,0,21); }
div.DivClassName
{
background-color: #270015;
}
.BgClassName
{
background-color: #270015;
}
</style>
border-color css
<style>
span { border-color: #270015; }
span { border-color: rgb(39,0,21); }
td.TdClassName
{
border-color: #270015;
}
.TagClassName
{
border-color: #270015;
}
</style>