#17020F

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

Shades of Blackberry #17020F

Tints of Blackberry #17020F

Color information

#17020F (or 0x17020F) is unknown color: approx Blackberry. HEX triplet: 17, 02 and 0F. RGB value is (23,2,15). Sum of RGB (Red+Green+Blue) = 23+2+15=40 (5% of max value = 765). Red value is 23 (9.38% from 255 or 57.5% from 40); Green value is 2 (1.17% from 255 or 5% from 40); Blue value is 15 (6.25% from 255 or 37.5% from 40); Max value from RGB is 23 - color contains mainly: red. Hex color #17020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17020F is #E8FDF0. Grayscale: #090909. Windows color (decimal): -15269361 or 983575. OLE color: 983575.

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

Color convert

RGB23215-
CMYK00.910.350.91
HSL322.86º84%4.9%-
HSV(B)322.86º91.3%9.02%-
XYZ0.460.260.48-
YUV9.76130.96137.44-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 57.5%
GREEN value IS 2 (1.17% from 255) = 5%
BLUE value IS 15 (6.25% from 255) = 37.5%
R=57.5%
G=5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.35
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2321500.910.350.91322.86844.9
Hex172F05B235B143545
Octal272170133431335031245
Binary101111011110101101110001110110111010000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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