#170710

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

Shades of Blackberry #170710

Tints of Blackberry #170710

Color information

#170710 (or 0x170710) is unknown color: approx Blackberry. HEX triplet: 17, 07 and 10. RGB value is (23,7,16). Sum of RGB (Red+Green+Blue) = 23+7+16=46 (6% of max value = 765). Red value is 23 (9.38% from 255 or 50% from 46); Green value is 7 (3.12% from 255 or 15.22% from 46); Blue value is 16 (6.64% from 255 or 34.78% from 46); Max value from RGB is 23 - color contains mainly: red. Hex color #170710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170710 is #E8F8EF. Grayscale: #0C0C0C. Windows color (decimal): -15268080 or 1050391. OLE color: 1050391.

HSL color Cylindrical-coordinate representation of color #170710: hue angle of 326.25º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #170710 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.91.

Color convert

RGB23716-
CMYK00.700.300.91
HSL326.25º53.33%5.88%-
HSV(B)326.25º69.57%9.02%-
XYZ0.520.370.53-
YUV12.81129.8135.27-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 15.22%
BLUE value IS 16 (6.64% from 255) = 34.78%
R=50%
G=15.22%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2371600.700.300.91326.2553.335.88
Hex177100461E5B146356
Octal27720010636133506656
Binary101111111000001000110111101011011101000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170710; }

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

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

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

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

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

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

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

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