Shades of Blackberry #270016
Tints of Blackberry #270016
RGB
CMYK
RGB Variations
Color information
#270016 (or 0x270016) is known color: Blackberry. HEX triplet: 27, 00 and 16. RGB value is (39,0,22). Sum of RGB (Red+Green+Blue) = 39+0+22=61 (8% of max value = 765). Red value is 39 (15.62% from 255 or 63.93% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 22 (8.98% from 255 or 36.07% from 61); Max value from RGB is 39 - color contains mainly: red. Hex color #270016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270016 is #D8FFE9. Grayscale: #0E0E0E. Windows color (decimal): -14221290 or 1441831. OLE color: 1441831.
HSL color Cylindrical-coordinate representation of color #270016: hue angle of 326.15º 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 #270016 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.44 | 0.85 |
| HSL | 326.15º | 1% | 0.08% | - |
| HSV(B) | 326.15º | 1% | 0.15% | - |
| XYZ | 0.98 | 0.49 | 0.8 | - |
| YUV | 14.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 0 | 22 | 0 | 1 | 0.44 | 0.85 | 326.15 | 1 | 0.08 |
| Hex | 27 | 0 | 16 | 0 | 64 | 2C | 55 | 146 | 64 | 8 |
| Octal | 47 | 0 | 26 | 0 | 144 | 54 | 125 | 506 | 144 | 10 |
| Binary | 100111 | 0 | 10110 | 0 | 1100100 | 101100 | 1010101 | 101000110 | 1100100 | 1000 |
Color Harmonies of #270016
Complementary color
Monochromatic Colors of #270016
Black with #270016
Text Example
Text Example
White with #270016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270016; }
p { color: rgb(39,0,22); }
H1.HeaderClassName
{
color: #270016;
}
.AnyTagClassName
{
color: #270016;
}
</style>
background-color css
<style>
a { background-color: #270016; }
a { background-color: rgb(39,0,22); }
div.DivClassName
{
background-color: #270016;
}
.BgClassName
{
background-color: #270016;
}
</style>
border-color css
<style>
span { border-color: #270016; }
span { border-color: rgb(39,0,22); }
td.TdClassName
{
border-color: #270016;
}
.TagClassName
{
border-color: #270016;
}
</style>