#17000F

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

Shades of Blackberry #17000F

Tints of Blackberry #17000F

Color information

#17000F (or 0x17000F) is unknown color: approx Blackberry. HEX triplet: 17, 00 and 0F. RGB value is (23,0,15). Sum of RGB (Red+Green+Blue) = 23+0+15=38 (5% of max value = 765). Red value is 23 (9.38% from 255 or 60.53% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 15 (6.25% from 255 or 39.47% from 38); Max value from RGB is 23 - color contains mainly: red. Hex color #17000F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17000F is #E8FFF0. Grayscale: #080808. Windows color (decimal): -15269873 or 983063. OLE color: 983063.

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

Color convert

RGB23015-
CMYK010.350.91
HSL320.87º100%4.51%-
HSV(B)320.87º100%9.02%-
XYZ0.440.220.47-
YUV8.59131.62138.28-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 60.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 39.47%
R=60.53%
G=0%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23015010.350.91320.871004.51
Hex170F064235B141645
Octal270170144431335011445
Binary10111011110110010010001110110111010000011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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