#52173F

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

Shades of Blackberry #52173F

Tints of Blackberry #52173F

Color information

#52173F (or 0x52173F) is unknown color: approx Blackberry. HEX triplet: 52, 17 and 3F. RGB value is (82,23,63). Sum of RGB (Red+Green+Blue) = 82+23+63=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #52173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52173F is #ADE8C0. Grayscale: #2D2D2D. Windows color (decimal): -11397313 or 4134738. OLE color: 4134738.

HSL color Cylindrical-coordinate representation of color #52173F: hue angle of 319.32º 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 #52173F is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB822363-
CMYK00.720.230.68
HSL319.32º56.19%20.59%-
HSV(B)319.32º71.95%32.16%-
XYZ4.682.774.99-
YUV45.2138.05154.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.81%
GREEN value IS 23 (9.38% from 255) = 13.69%
BLUE value IS 63 (25% from 255) = 37.5%
R=48.81%
G=13.69%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82236300.720.230.68319.3256.1920.59
Hex52173F048174413f3815
Octal12227770110271044777025
Binary1010010101111111110100100010111100010010011111111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52173F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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