#521332

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

Shades of Blackberry #521332

Tints of Blackberry #521332

Color information

#521332 (or 0x521332) is unknown color: approx Blackberry. HEX triplet: 52, 13 and 32. RGB value is (82,19,50). Sum of RGB (Red+Green+Blue) = 82+19+50=151 (20% of max value = 765). Red value is 82 (32.42% from 255 or 54.30% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 82 - color contains mainly: red. Hex color #521332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521332 is #ADECCD. Grayscale: #292929. Windows color (decimal): -11398350 or 3281746. OLE color: 3281746.

HSL color Cylindrical-coordinate representation of color #521332: hue angle of 330.48º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #521332 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.68.

Color convert

RGB821950-
CMYK00.770.390.68
HSL330.48º62.38%19.8%-
HSV(B)330.48º76.83%32.16%-
XYZ4.292.493.27-
YUV41.37132.87156.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 54.30%
GREEN value IS 19 (7.81% from 255) = 12.58%
BLUE value IS 50 (19.92% from 255) = 33.11%
R=54.30%
G=12.58%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82195000.770.390.68330.4862.3819.8
Hex52133204D274414a3e14
Octal12223620115471045127624
Binary10100101001111001001001101100111100010010100101011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521332; }

 p { color: rgb(82,19,50); }

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

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

 a { background-color: rgb(82,19,50); }

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

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

 span { border-color: rgb(82,19,50); }

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