Shades of Blackberry #17020F
Tints of Blackberry #17020F
RGB
CMYK
RGB Variations
Color information
#17020F (or 0x17020F) is known color: Blackberry. HEX triplet: 17, 02 and 0F. RGB value is (23,2,15). Sum of RGB (Red+Green+Blue) = 23+2+15=40 (5% of max value = 765). Red value is 23 (9.38% from 255 or 57.5% from 40); Green value is 2 (1.17% from 255 or 5% from 40); Blue value is 15 (6.25% from 255 or 37.5% from 40); Max value from RGB is 23 - color contains mainly: red. Hex color #17020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17020F is #E8FDF0. Grayscale: #090909. Windows color (decimal): -15269361 or 983575. OLE color: 983575.
HSL color Cylindrical-coordinate representation of color #17020F: hue angle of 322.86º 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 #17020F is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 2 | 15 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.91 |
| HSL | 322.86º | 0.84% | 0.05% | - |
| HSV(B) | 322.86º | 0.91% | 0.09% | - |
| XYZ | 0.46 | 0.26 | 0.48 | - |
| YUV | 9.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 15 | 0 | 0.91 | 0.35 | 0.91 | 322.86 | 0.84 | 0.05 |
| Hex | 17 | 2 | F | 0 | 5B | 23 | 5B | 143 | 54 | 5 |
| Octal | 27 | 2 | 17 | 0 | 133 | 43 | 133 | 503 | 124 | 5 |
| Binary | 10111 | 10 | 1111 | 0 | 1011011 | 100011 | 1011011 | 101000011 | 1010100 | 101 |
Color Harmonies of #17020F
Complementary color
Monochromatic Colors of #17020F
Black with #17020F
Text Example
Text Example
White with #17020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17020F; }
p { color: rgb(23,2,15); }
H1.HeaderClassName
{
color: #17020F;
}
.AnyTagClassName
{
color: #17020F;
}
</style>
background-color css
<style>
a { background-color: #17020F; }
a { background-color: rgb(23,2,15); }
div.DivClassName
{
background-color: #17020F;
}
.BgClassName
{
background-color: #17020F;
}
</style>
border-color css
<style>
span { border-color: #17020F; }
span { border-color: rgb(23,2,15); }
td.TdClassName
{
border-color: #17020F;
}
.TagClassName
{
border-color: #17020F;
}
</style>