Shades of Blackberry #17000E
Tints of Blackberry #17000E
RGB
CMYK
RGB Variations
Color information
#17000E (or 0x17000E) is known color: Blackberry. HEX triplet: 17, 00 and 0E. RGB value is (23,0,14). Sum of RGB (Red+Green+Blue) = 23+0+14=37 (4% of max value = 765). Red value is 23 (9.38% from 255 or 62.16% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 14 (5.86% from 255 or 37.84% from 37); Max value from RGB is 23 - color contains mainly: red. Hex color #17000E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17000E is #E8FFF1. Grayscale: #080808. Windows color (decimal): -15269874 or 917527. OLE color: 917527.
HSL color Cylindrical-coordinate representation of color #17000E: hue angle of 323.48º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #17000E is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.39 | 0.91 |
| HSL | 323.48º | 1% | 0.05% | - |
| HSV(B) | 323.48º | 1% | 0.09% | - |
| XYZ | 0.43 | 0.21 | 0.43 | - |
| YUV | 8.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 14 | 0 | 1 | 0.39 | 0.91 | 323.48 | 1 | 0.05 |
| Hex | 17 | 0 | E | 0 | 64 | 27 | 5B | 143 | 64 | 5 |
| Octal | 27 | 0 | 16 | 0 | 144 | 47 | 133 | 503 | 144 | 5 |
| Binary | 10111 | 0 | 1110 | 0 | 1100100 | 100111 | 1011011 | 101000011 | 1100100 | 101 |
Color Harmonies of #17000E
Complementary color
Monochromatic Colors of #17000E
Black with #17000E
Text Example
Text Example
White with #17000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17000E; }
p { color: rgb(23,0,14); }
H1.HeaderClassName
{
color: #17000E;
}
.AnyTagClassName
{
color: #17000E;
}
</style>
background-color css
<style>
a { background-color: #17000E; }
a { background-color: rgb(23,0,14); }
div.DivClassName
{
background-color: #17000E;
}
.BgClassName
{
background-color: #17000E;
}
</style>
border-color css
<style>
span { border-color: #17000E; }
span { border-color: rgb(23,0,14); }
td.TdClassName
{
border-color: #17000E;
}
.TagClassName
{
border-color: #17000E;
}
</style>