#521032

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

Shades of Blackberry #521032

Tints of Blackberry #521032

Color information

#521032 (or 0x521032) is unknown color: approx Blackberry. HEX triplet: 52, 10 and 32. RGB value is (82,16,50). Sum of RGB (Red+Green+Blue) = 82+16+50=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #521032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521032 is #ADEFCD. Grayscale: #272727. Windows color (decimal): -11399118 or 3280978. OLE color: 3280978.

HSL color Cylindrical-coordinate representation of color #521032: hue angle of 329.09º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521032 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.68.

Color convert

RGB821650-
CMYK00.800.390.68
HSL329.09º67.35%19.22%-
HSV(B)329.09º80.49%32.16%-
XYZ4.242.393.26-
YUV39.61133.87158.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.41%
GREEN value IS 16 (6.64% from 255) = 10.81%
BLUE value IS 50 (19.92% from 255) = 33.78%
R=55.41%
G=10.81%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82165000.800.390.68329.0967.3519.22
Hex52103205027441494313
Octal122206201204710451110323
Binary101001010000110010010100001001111000100101001001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521032; }

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

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

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

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

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

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

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

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