Shades of Blackberry #170510
Tints of Blackberry #170510
RGB
CMYK
RGB Variations
Color information
#170510 (or 0x170510) is known color: Blackberry. HEX triplet: 17, 05 and 10. RGB value is (23,5,16). Sum of RGB (Red+Green+Blue) = 23+5+16=44 (5% of max value = 765). Red value is 23 (9.38% from 255 or 52.27% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 16 (6.64% from 255 or 36.36% from 44); Max value from RGB is 23 - color contains mainly: red. Hex color #170510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170510 is #E8FAEF. Grayscale: #0B0B0B. Windows color (decimal): -15268592 or 1049879. OLE color: 1049879.
HSL color Cylindrical-coordinate representation of color #170510: hue angle of 323.33º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #170510 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 5 | 16 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.91 |
| HSL | 323.33º | 0.64% | 0.05% | - |
| HSV(B) | 323.33º | 0.78% | 0.09% | - |
| XYZ | 0.5 | 0.33 | 0.53 | - |
| YUV | 11.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 5 | 16 | 0 | 0.78 | 0.30 | 0.91 | 323.33 | 0.64 | 0.05 |
| Hex | 17 | 5 | 10 | 0 | 4E | 1E | 5B | 143 | 40 | 5 |
| Octal | 27 | 5 | 20 | 0 | 116 | 36 | 133 | 503 | 100 | 5 |
| Binary | 10111 | 101 | 10000 | 0 | 1001110 | 11110 | 1011011 | 101000011 | 1000000 | 101 |
Color Harmonies of #170510
Complementary color
Monochromatic Colors of #170510
Black with #170510
Text Example
Text Example
White with #170510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170510; }
p { color: rgb(23,5,16); }
H1.HeaderClassName
{
color: #170510;
}
.AnyTagClassName
{
color: #170510;
}
</style>
background-color css
<style>
a { background-color: #170510; }
a { background-color: rgb(23,5,16); }
div.DivClassName
{
background-color: #170510;
}
.BgClassName
{
background-color: #170510;
}
</style>
border-color css
<style>
span { border-color: #170510; }
span { border-color: rgb(23,5,16); }
td.TdClassName
{
border-color: #170510;
}
.TagClassName
{
border-color: #170510;
}
</style>