#521340

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

Shades of Blackberry #521340

Tints of Blackberry #521340

Color information

#521340 (or 0x521340) is unknown color: approx Blackberry. HEX triplet: 52, 13 and 40. RGB value is (82,19,64). Sum of RGB (Red+Green+Blue) = 82+19+64=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #521340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521340 is #ADECBF. Grayscale: #2A2A2A. Windows color (decimal): -11398336 or 4199250. OLE color: 4199250.

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

Color convert

RGB821964-
CMYK00.770.220.68
HSL317.14º62.38%19.8%-
HSV(B)317.14º76.83%32.16%-
XYZ4.642.635.11-
YUV42.97139.87155.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.70%
GREEN value IS 19 (7.81% from 255) = 11.52%
BLUE value IS 64 (25.39% from 255) = 38.79%
R=49.70%
G=11.52%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82196400.770.220.68317.1462.3819.8
Hex52134004D164413d3e14
Octal122231000115261044757624
Binary10100101001110000000100110110110100010010011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521340; }

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

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

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

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

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

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

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

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