#521936

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

Shades of Blackberry #521936

Tints of Blackberry #521936

Color information

#521936 (or 0x521936) is unknown color: approx Blackberry. HEX triplet: 52, 19 and 36. RGB value is (82,25,54). Sum of RGB (Red+Green+Blue) = 82+25+54=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #521936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521936 is #ADE6C9. Grayscale: #2D2D2D. Windows color (decimal): -11396810 or 3545426. OLE color: 3545426.

HSL color Cylindrical-coordinate representation of color #521936: hue angle of 329.47º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #521936 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.68.

Color convert

RGB822554-
CMYK00.700.340.68
HSL329.47º53.27%20.98%-
HSV(B)329.47º69.51%32.16%-
XYZ4.492.763.79-
YUV45.35132.88154.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.93%
GREEN value IS 25 (10.16% from 255) = 15.53%
BLUE value IS 54 (21.48% from 255) = 33.54%
R=50.93%
G=15.53%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.34
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82255400.700.340.68329.4753.2720.98
Hex52193604622441493515
Octal12231660106421045116525
Binary10100101100111011001000110100010100010010100100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521936; }

 p { color: rgb(82,25,54); }

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

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

 a { background-color: rgb(82,25,54); }

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

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

 span { border-color: rgb(82,25,54); }

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