Shades of Blackberry #270017
Tints of Blackberry #270017
RGB
CMYK
RGB Variations
Color information
#270017 (or 0x270017) is known color: Blackberry. HEX triplet: 27, 00 and 17. RGB value is (39,0,23). Sum of RGB (Red+Green+Blue) = 39+0+23=62 (8% of max value = 765). Red value is 39 (15.62% from 255 or 62.90% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 23 (9.38% from 255 or 37.10% from 62); Max value from RGB is 39 - color contains mainly: red. Hex color #270017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270017 is #D8FFE8. Grayscale: #0E0E0E. Windows color (decimal): -14221289 or 1507367. OLE color: 1507367.
HSL color Cylindrical-coordinate representation of color #270017: hue angle of 324.62º 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 #270017 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.41 | 0.85 |
| HSL | 324.62º | 1% | 0.08% | - |
| HSV(B) | 324.62º | 1% | 0.15% | - |
| XYZ | 0.99 | 0.49 | 0.85 | - |
| YUV | 14.28 | 132.92 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 0 | 23 | 0 | 1 | 0.41 | 0.85 | 324.62 | 1 | 0.08 |
| Hex | 27 | 0 | 17 | 0 | 64 | 29 | 55 | 145 | 64 | 8 |
| Octal | 47 | 0 | 27 | 0 | 144 | 51 | 125 | 505 | 144 | 10 |
| Binary | 100111 | 0 | 10111 | 0 | 1100100 | 101001 | 1010101 | 101000101 | 1100100 | 1000 |
Color Harmonies of #270017
Complementary color
Monochromatic Colors of #270017
Black with #270017
Text Example
Text Example
White with #270017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270017; }
p { color: rgb(39,0,23); }
H1.HeaderClassName
{
color: #270017;
}
.AnyTagClassName
{
color: #270017;
}
</style>
background-color css
<style>
a { background-color: #270017; }
a { background-color: rgb(39,0,23); }
div.DivClassName
{
background-color: #270017;
}
.BgClassName
{
background-color: #270017;
}
</style>
border-color css
<style>
span { border-color: #270017; }
span { border-color: rgb(39,0,23); }
td.TdClassName
{
border-color: #270017;
}
.TagClassName
{
border-color: #270017;
}
</style>