#521737

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

Shades of Blackberry #521737

Tints of Blackberry #521737

Color information

#521737 (or 0x521737) is unknown color: approx Blackberry. HEX triplet: 52, 17 and 37. RGB value is (82,23,55). Sum of RGB (Red+Green+Blue) = 82+23+55=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 55 (21.88% from 255 or 34.38% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #521737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521737 is #ADE8C8. Grayscale: #2C2C2C. Windows color (decimal): -11397321 or 3610450. OLE color: 3610450.

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

Color convert

RGB822355-
CMYK00.720.330.68
HSL327.46º56.19%20.59%-
HSV(B)327.46º71.95%32.16%-
XYZ4.482.683.9-
YUV44.29134.05154.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.25%
GREEN value IS 23 (9.38% from 255) = 14.38%
BLUE value IS 55 (21.88% from 255) = 34.38%
R=51.25%
G=14.38%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82235500.720.330.68327.4656.1920.59
Hex52173704821441473815
Octal12227670110411045077025
Binary10100101011111011101001000100001100010010100011111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521737; }

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

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

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

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

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

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

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

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