#17010F

Color #17010F Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #17010F

Tints of Blackberry #17010F

Color information

#17010F (or 0x17010F) is unknown color: approx 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

RGB23115-
CMYK00.960.350.91
HSL321.82º91.67%4.71%-
HSV(B)321.82º95.65%9.02%-
XYZ0.450.240.47-
YUV9.17131.29137.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 58.97%
GREEN value IS 1 (0.78% from 255) = 2.56%
BLUE value IS 15 (6.25% from 255) = 38.46%
R=58.97%
G=2.56%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2311500.960.350.91321.8291.674.71
Hex171F060235B1425c5
Octal271170140431335021345
Binary10111111110110000010001110110111010000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>