#521934

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

Shades of Blackberry #521934

Tints of Blackberry #521934

Color information

#521934 (or 0x521934) is unknown color: approx Blackberry. HEX triplet: 52, 19 and 34. RGB value is (82,25,52). Sum of RGB (Red+Green+Blue) = 82+25+52=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #521934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521934 is #ADE6CB. Grayscale: #2D2D2D. Windows color (decimal): -11396812 or 3414354. OLE color: 3414354.

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

Color convert

RGB822552-
CMYK00.700.370.68
HSL331.58º53.27%20.98%-
HSV(B)331.58º69.51%32.16%-
XYZ4.452.743.54-
YUV45.12131.88154.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.57%
GREEN value IS 25 (10.16% from 255) = 15.72%
BLUE value IS 52 (20.70% from 255) = 32.70%
R=51.57%
G=15.72%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82255200.700.370.68331.5853.2720.98
Hex521934046254414c3515
Octal12231640106451045146525
Binary10100101100111010001000110100101100010010100110011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521934; }

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

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

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

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

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

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

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

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