#170510

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

Shades of Blackberry #170510

Tints of Blackberry #170510

Color information

#170510 (or 0x170510) is unknown color: approx Blackberry. HEX triplet: 17, 05 and 10. RGB value is (23,5,16). Sum of RGB (Red+Green+Blue) = 23+5+16=44 (5% of max value = 765). Red value is 23 (9.38% from 255 or 52.27% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 16 (6.64% from 255 or 36.36% from 44); Max value from RGB is 23 - color contains mainly: red. Hex color #170510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170510 is #E8FAEF. Grayscale: #0B0B0B. Windows color (decimal): -15268592 or 1049879. OLE color: 1049879.

HSL color Cylindrical-coordinate representation of color #170510: hue angle of 323.33º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #170510 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.91.

Color convert

RGB23516-
CMYK00.780.300.91
HSL323.33º64.29%5.49%-
HSV(B)323.33º78.26%9.02%-
XYZ0.50.330.53-
YUV11.64130.46136.11-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 52.27%
GREEN value IS 5 (2.34% from 255) = 11.36%
BLUE value IS 16 (6.64% from 255) = 36.36%
R=52.27%
G=11.36%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2351600.780.300.91323.3364.295.49
Hex1751004E1E5B143405
Octal275200116361335031005
Binary1011110110000010011101111010110111010000111000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170510; }

 p { color: rgb(23,5,16); }

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

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

 a { background-color: rgb(23,5,16); }

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

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

 span { border-color: rgb(23,5,16); }

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