Shades of Blackberry #270117
Tints of Blackberry #270117
RGB
CMYK
RGB Variations
Color information
#270117 (or 0x270117) is known color: Blackberry. HEX triplet: 27, 01 and 17. RGB value is (39,1,23). Sum of RGB (Red+Green+Blue) = 39+1+23=63 (8% of max value = 765). Red value is 39 (15.62% from 255 or 61.90% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 23 (9.38% from 255 or 36.51% from 63); Max value from RGB is 39 - color contains mainly: red. Hex color #270117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270117 is #D8FEE8. Grayscale: #0E0E0E. Windows color (decimal): -14221033 or 1507623. OLE color: 1507623.
HSL color Cylindrical-coordinate representation of color #270117: hue angle of 325.26º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #270117 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 1 | 23 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.85 |
| HSL | 325.26º | 0.95% | 0.08% | - |
| HSV(B) | 325.26º | 0.97% | 0.15% | - |
| XYZ | 1 | 0.51 | 0.86 | - |
| YUV | 14.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 23 | 0 | 0.97 | 0.41 | 0.85 | 325.26 | 0.95 | 0.08 |
| Hex | 27 | 1 | 17 | 0 | 61 | 29 | 55 | 145 | 5F | 8 |
| Octal | 47 | 1 | 27 | 0 | 141 | 51 | 125 | 505 | 137 | 10 |
| Binary | 100111 | 1 | 10111 | 0 | 1100001 | 101001 | 1010101 | 101000101 | 1011111 | 1000 |
Color Harmonies of #270117
Complementary color
Monochromatic Colors of #270117
Black with #270117
Text Example
Text Example
White with #270117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270117; }
p { color: rgb(39,1,23); }
H1.HeaderClassName
{
color: #270117;
}
.AnyTagClassName
{
color: #270117;
}
</style>
background-color css
<style>
a { background-color: #270117; }
a { background-color: rgb(39,1,23); }
div.DivClassName
{
background-color: #270117;
}
.BgClassName
{
background-color: #270117;
}
</style>
border-color css
<style>
span { border-color: #270117; }
span { border-color: rgb(39,1,23); }
td.TdClassName
{
border-color: #270117;
}
.TagClassName
{
border-color: #270117;
}
</style>