#52173C

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

Shades of Blackberry #52173C

Tints of Blackberry #52173C

Color information

#52173C (or 0x52173C) is unknown color: approx Blackberry. HEX triplet: 52, 17 and 3C. RGB value is (82,23,60). Sum of RGB (Red+Green+Blue) = 82+23+60=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #52173C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52173C is #ADE8C3. Grayscale: #2C2C2C. Windows color (decimal): -11397316 or 3938130. OLE color: 3938130.

HSL color Cylindrical-coordinate representation of color #52173C: hue angle of 322.37º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52173C is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB822360-
CMYK00.720.270.68
HSL322.37º56.19%20.59%-
HSV(B)322.37º71.95%32.16%-
XYZ4.62.734.56-
YUV44.86136.55154.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.70%
GREEN value IS 23 (9.38% from 255) = 13.94%
BLUE value IS 60 (23.83% from 255) = 36.36%
R=49.70%
G=13.94%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82236000.720.270.68322.3756.1920.59
Hex52173C0481B441423815
Octal12227740110331045027025
Binary1010010101111111000100100011011100010010100001011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52173C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52173C; }

 p { color: rgb(82,23,60); }

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

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

 a { background-color: rgb(82,23,60); }

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

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

 span { border-color: rgb(82,23,60); }

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