Shades of Blackberry #17040F
Tints of Blackberry #17040F
RGB
CMYK
RGB Variations
Color information
#17040F (or 0x17040F) is known color: Blackberry. HEX triplet: 17, 04 and 0F. RGB value is (23,4,15). Sum of RGB (Red+Green+Blue) = 23+4+15=42 (5% of max value = 765). Red value is 23 (9.38% from 255 or 54.76% from 42); Green value is 4 (1.95% from 255 or 9.52% from 42); Blue value is 15 (6.25% from 255 or 35.71% from 42); Max value from RGB is 23 - color contains mainly: red. Hex color #17040F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17040F is #E8FBF0. Grayscale: #0A0A0A. Windows color (decimal): -15268849 or 984087. OLE color: 984087.
HSL color Cylindrical-coordinate representation of color #17040F: hue angle of 325.26º degrees, saturation: 0.7, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17040F is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 4 | 15 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.91 |
| HSL | 325.26º | 0.7% | 0.05% | - |
| HSV(B) | 325.26º | 0.83% | 0.09% | - |
| XYZ | 0.48 | 0.3 | 0.49 | - |
| YUV | 10.94 | 130.29 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 15 | 0 | 0.83 | 0.35 | 0.91 | 325.26 | 0.7 | 0.05 |
| Hex | 17 | 4 | F | 0 | 53 | 23 | 5B | 145 | 46 | 5 |
| Octal | 27 | 4 | 17 | 0 | 123 | 43 | 133 | 505 | 106 | 5 |
| Binary | 10111 | 100 | 1111 | 0 | 1010011 | 100011 | 1011011 | 101000101 | 1000110 | 101 |
Color Harmonies of #17040F
Complementary color
Monochromatic Colors of #17040F
Black with #17040F
Text Example
Text Example
White with #17040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17040F; }
p { color: rgb(23,4,15); }
H1.HeaderClassName
{
color: #17040F;
}
.AnyTagClassName
{
color: #17040F;
}
</style>
background-color css
<style>
a { background-color: #17040F; }
a { background-color: rgb(23,4,15); }
div.DivClassName
{
background-color: #17040F;
}
.BgClassName
{
background-color: #17040F;
}
</style>
border-color css
<style>
span { border-color: #17040F; }
span { border-color: rgb(23,4,15); }
td.TdClassName
{
border-color: #17040F;
}
.TagClassName
{
border-color: #17040F;
}
</style>