Shades of Blackberry #17010F
Tints of Blackberry #17010F
RGB
CMYK
RGB Variations
Color information
#17010F (or 0x17010F) is known color: Blackberry. HEX triplet: 17, 01 and 0F. RGB value is (23,1,15). Sum of RGB (Red+Green+Blue) = 23+1+15=39 (5% of max value = 765). Red value is 23 (9.38% from 255 or 58.97% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 15 (6.25% from 255 or 38.46% from 39); Max value from RGB is 23 - color contains mainly: red. Hex color #17010F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17010F is #E8FEF0. Grayscale: #090909. Windows color (decimal): -15269617 or 983319. OLE color: 983319.
HSL color Cylindrical-coordinate representation of color #17010F: hue angle of 321.82º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #17010F is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 1 | 15 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.91 |
| HSL | 321.82º | 0.92% | 0.05% | - |
| HSV(B) | 321.82º | 0.96% | 0.09% | - |
| XYZ | 0.45 | 0.24 | 0.47 | - |
| YUV | 9.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 1 | 15 | 0 | 0.96 | 0.35 | 0.91 | 321.82 | 0.92 | 0.05 |
| Hex | 17 | 1 | F | 0 | 60 | 23 | 5B | 142 | 5C | 5 |
| Octal | 27 | 1 | 17 | 0 | 140 | 43 | 133 | 502 | 134 | 5 |
| Binary | 10111 | 1 | 1111 | 0 | 1100000 | 100011 | 1011011 | 101000010 | 1011100 | 101 |
Color Harmonies of #17010F
Complementary color
Monochromatic Colors of #17010F
Black with #17010F
Text Example
Text Example
White with #17010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17010F; }
p { color: rgb(23,1,15); }
H1.HeaderClassName
{
color: #17010F;
}
.AnyTagClassName
{
color: #17010F;
}
</style>
background-color css
<style>
a { background-color: #17010F; }
a { background-color: rgb(23,1,15); }
div.DivClassName
{
background-color: #17010F;
}
.BgClassName
{
background-color: #17010F;
}
</style>
border-color css
<style>
span { border-color: #17010F; }
span { border-color: rgb(23,1,15); }
td.TdClassName
{
border-color: #17010F;
}
.TagClassName
{
border-color: #17010F;
}
</style>