#17010D

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

Shades of Blackberry #17010D

Tints of Blackberry #17010D

Color information

#17010D (or 0x17010D) is unknown color: approx Blackberry. HEX triplet: 17, 01 and 0D. RGB value is (23,1,13). Sum of RGB (Red+Green+Blue) = 23+1+13=37 (4% of max value = 765). Red value is 23 (9.38% from 255 or 62.16% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 23 - color contains mainly: red. Hex color #17010D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17010D is #E8FEF2. Grayscale: #080808. Windows color (decimal): -15269619 or 852247. OLE color: 852247.

HSL color Cylindrical-coordinate representation of color #17010D: hue angle of 327.27º 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 #17010D is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.91.

Color convert

RGB23113-
CMYK00.960.430.91
HSL327.27º91.67%4.71%-
HSV(B)327.27º95.65%9.02%-
XYZ0.440.230.4-
YUV8.95130.29138.02-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 62.16%
GREEN value IS 1 (0.78% from 255) = 2.70%
BLUE value IS 13 (5.47% from 255) = 35.14%
R=62.16%
G=2.70%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2311300.960.430.91327.2791.674.71
Hex171D0602B5B1475c5
Octal271150140531335071345
Binary10111111010110000010101110110111010001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17010D; }

 p { color: rgb(23,1,13); }

 H1.HeaderClassName
 {
   color: #17010D;
 }
 .AnyTagClassName
 {
   color: #17010D;
 }
</style>
background-color css

<style>
 a { background-color: #17010D; }

 a { background-color: rgb(23,1,13); }

 div.DivClassName
 {
   background-color: #17010D;
 }
 .BgClassName
 {
   background-color: #17010D;
 }
</style>
border-color css

<style>
 span { border-color: #17010D; }

 span { border-color: rgb(23,1,13); }

 td.TdClassName
 {
   border-color: #17010D;
 }
 .TagClassName
 {
   border-color: #17010D;
 }
</style>