Shades of Blackberry #170810
Tints of Blackberry #170810
RGB
CMYK
RGB Variations
Color information
#170810 (or 0x170810) is known color: Blackberry. HEX triplet: 17, 08 and 10. RGB value is (23,8,16). Sum of RGB (Red+Green+Blue) = 23+8+16=47 (6% of max value = 765). Red value is 23 (9.38% from 255 or 48.94% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 16 (6.64% from 255 or 34.04% from 47); Max value from RGB is 23 - color contains mainly: red. Hex color #170810 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170810 is #E8F7EF. Grayscale: #0D0D0D. Windows color (decimal): -15267824 or 1050647. OLE color: 1050647.
HSL color Cylindrical-coordinate representation of color #170810: hue angle of 328º degrees, saturation: 0.48, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #170810 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 8 | 16 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.91 |
| HSL | 328º | 0.48% | 0.06% | - |
| HSV(B) | 328º | 0.65% | 0.09% | - |
| XYZ | 0.53 | 0.39 | 0.54 | - |
| YUV | 13.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 8 | 16 | 0 | 0.65 | 0.30 | 0.91 | 328 | 0.48 | 0.06 |
| Hex | 17 | 8 | 10 | 0 | 41 | 1E | 5B | 148 | 30 | 6 |
| Octal | 27 | 10 | 20 | 0 | 101 | 36 | 133 | 510 | 60 | 6 |
| Binary | 10111 | 1000 | 10000 | 0 | 1000001 | 11110 | 1011011 | 101001000 | 110000 | 110 |
Color Harmonies of #170810
Complementary color
Monochromatic Colors of #170810
Black with #170810
Text Example
Text Example
White with #170810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170810; }
p { color: rgb(23,8,16); }
H1.HeaderClassName
{
color: #170810;
}
.AnyTagClassName
{
color: #170810;
}
</style>
background-color css
<style>
a { background-color: #170810; }
a { background-color: rgb(23,8,16); }
div.DivClassName
{
background-color: #170810;
}
.BgClassName
{
background-color: #170810;
}
</style>
border-color css
<style>
span { border-color: #170810; }
span { border-color: rgb(23,8,16); }
td.TdClassName
{
border-color: #170810;
}
.TagClassName
{
border-color: #170810;
}
</style>