#521534

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

Shades of Blackberry #521534

Tints of Blackberry #521534

Color information

#521534 (or 0x521534) is unknown color: approx Blackberry. HEX triplet: 52, 15 and 34. RGB value is (82,21,52). Sum of RGB (Red+Green+Blue) = 82+21+52=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #521534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521534 is #ADEACB. Grayscale: #2A2A2A. Windows color (decimal): -11397836 or 3413330. OLE color: 3413330.

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

Color convert

RGB822152-
CMYK00.740.370.68
HSL329.51º59.22%20.2%-
HSV(B)329.51º74.39%32.16%-
XYZ4.372.583.52-
YUV42.77133.21155.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.90%
GREEN value IS 21 (8.59% from 255) = 13.55%
BLUE value IS 52 (20.70% from 255) = 33.55%
R=52.90%
G=13.55%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82215200.740.370.68329.5159.2220.2
Hex52153404A254414a3b14
Octal12225640112451045127324
Binary10100101010111010001001010100101100010010100101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521534; }

 p { color: rgb(82,21,52); }

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

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

 a { background-color: rgb(82,21,52); }

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

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

 span { border-color: rgb(82,21,52); }

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