#17050F

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

Shades of Blackberry #17050F

Tints of Blackberry #17050F

Color information

#17050F (or 0x17050F) is unknown color: approx Blackberry. HEX triplet: 17, 05 and 0F. RGB value is (23,5,15). Sum of RGB (Red+Green+Blue) = 23+5+15=43 (5% of max value = 765). Red value is 23 (9.38% from 255 or 53.49% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 15 (6.25% from 255 or 34.88% from 43); Max value from RGB is 23 - color contains mainly: red. Hex color #17050F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17050F is #E8FAF0. Grayscale: #0B0B0B. Windows color (decimal): -15268593 or 984343. OLE color: 984343.

HSL color Cylindrical-coordinate representation of color #17050F: hue angle of 326.67º 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 #17050F is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.91.

Color convert

RGB23515-
CMYK00.780.350.91
HSL326.67º64.29%5.49%-
HSV(B)326.67º78.26%9.02%-
XYZ0.490.330.49-
YUV11.52129.96136.19-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 53.49%
GREEN value IS 5 (2.34% from 255) = 11.63%
BLUE value IS 15 (6.25% from 255) = 34.88%
R=53.49%
G=11.63%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2351500.780.350.91326.6764.295.49
Hex175F04E235B147405
Octal275170116431335071005
Binary1011110111110100111010001110110111010001111000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17050F; }

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

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

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

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

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

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

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

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