Shades of Blackberry #17020E
Tints of Blackberry #17020E
RGB
CMYK
RGB Variations
Color information
#17020E (or 0x17020E) is known color: Blackberry. HEX triplet: 17, 02 and 0E. RGB value is (23,2,14). Sum of RGB (Red+Green+Blue) = 23+2+14=39 (5% of max value = 765). Red value is 23 (9.38% from 255 or 58.97% from 39); Green value is 2 (1.17% from 255 or 5.13% from 39); Blue value is 14 (5.86% from 255 or 35.90% from 39); Max value from RGB is 23 - color contains mainly: red. Hex color #17020E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17020E is #E8FDF1. Grayscale: #090909. Windows color (decimal): -15269362 or 918039. OLE color: 918039.
HSL color Cylindrical-coordinate representation of color #17020E: hue angle of 325.71º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17020E is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 2 | 14 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.91 |
| HSL | 325.71º | 0.84% | 0.05% | - |
| HSV(B) | 325.71º | 0.91% | 0.09% | - |
| XYZ | 0.45 | 0.26 | 0.44 | - |
| YUV | 9.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 14 | 0 | 0.91 | 0.39 | 0.91 | 325.71 | 0.84 | 0.05 |
| Hex | 17 | 2 | E | 0 | 5B | 27 | 5B | 146 | 54 | 5 |
| Octal | 27 | 2 | 16 | 0 | 133 | 47 | 133 | 506 | 124 | 5 |
| Binary | 10111 | 10 | 1110 | 0 | 1011011 | 100111 | 1011011 | 101000110 | 1010100 | 101 |
Color Harmonies of #17020E
Complementary color
Monochromatic Colors of #17020E
Black with #17020E
Text Example
Text Example
White with #17020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17020E; }
p { color: rgb(23,2,14); }
H1.HeaderClassName
{
color: #17020E;
}
.AnyTagClassName
{
color: #17020E;
}
</style>
background-color css
<style>
a { background-color: #17020E; }
a { background-color: rgb(23,2,14); }
div.DivClassName
{
background-color: #17020E;
}
.BgClassName
{
background-color: #17020E;
}
</style>
border-color css
<style>
span { border-color: #17020E; }
span { border-color: rgb(23,2,14); }
td.TdClassName
{
border-color: #17020E;
}
.TagClassName
{
border-color: #17020E;
}
</style>