#52173D

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

Shades of Blackberry #52173D

Tints of Blackberry #52173D

Color information

#52173D (or 0x52173D) is unknown color: approx Blackberry. HEX triplet: 52, 17 and 3D. RGB value is (82,23,61). Sum of RGB (Red+Green+Blue) = 82+23+61=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #52173D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52173D is #ADE8C2. Grayscale: #2C2C2C. Windows color (decimal): -11397315 or 4003666. OLE color: 4003666.

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

Color convert

RGB822361-
CMYK00.720.260.68
HSL321.36º56.19%20.59%-
HSV(B)321.36º71.95%32.16%-
XYZ4.632.744.7-
YUV44.97137.05154.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.40%
GREEN value IS 23 (9.38% from 255) = 13.86%
BLUE value IS 61 (24.22% from 255) = 36.75%
R=49.40%
G=13.86%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82236100.720.260.68321.3656.1920.59
Hex52173D0481A441413815
Octal12227750110321045017025
Binary1010010101111111010100100011010100010010100000111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52173D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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