#17030F

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

Shades of Blackberry #17030F

Tints of Blackberry #17030F

Color information

#17030F (or 0x17030F) is unknown color: approx Blackberry. HEX triplet: 17, 03 and 0F. RGB value is (23,3,15). Sum of RGB (Red+Green+Blue) = 23+3+15=41 (5% of max value = 765). Red value is 23 (9.38% from 255 or 56.10% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 15 (6.25% from 255 or 36.59% from 41); Max value from RGB is 23 - color contains mainly: red. Hex color #17030F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17030F is #E8FCF0. Grayscale: #0A0A0A. Windows color (decimal): -15269105 or 983831. OLE color: 983831.

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

Color convert

RGB23315-
CMYK00.870.350.91
HSL324º76.92%5.1%-
HSV(B)324º86.96%9.02%-
XYZ0.470.280.48-
YUV10.35130.63137.02-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 56.10%
GREEN value IS 3 (1.56% from 255) = 7.32%
BLUE value IS 15 (6.25% from 255) = 36.59%
R=56.10%
G=7.32%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.35
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2331500.870.350.9132476.925.1
Hex173F057235B1444d5
Octal273170127431335041155
Binary101111111110101011110001110110111010001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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