#521A37

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

Shades of Blackberry #521A37

Tints of Blackberry #521A37

Color information

#521A37 (or 0x521A37) is unknown color: approx Blackberry. HEX triplet: 52, 1A and 37. RGB value is (82,26,55). Sum of RGB (Red+Green+Blue) = 82+26+55=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 55 (21.88% from 255 or 33.74% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #521A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521A37 is #ADE5C8. Grayscale: #2D2D2D. Windows color (decimal): -11396553 or 3611218. OLE color: 3611218.

HSL color Cylindrical-coordinate representation of color #521A37: hue angle of 328.93º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #521A37 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB822655-
CMYK00.680.330.68
HSL328.93º51.85%21.18%-
HSV(B)328.93º68.29%32.16%-
XYZ4.542.813.92-
YUV46.05133.05153.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.31%
GREEN value IS 26 (10.55% from 255) = 15.95%
BLUE value IS 55 (21.88% from 255) = 33.74%
R=50.31%
G=15.95%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82265500.680.330.68328.9351.8521.18
Hex521A3704421441493415
Octal12232670104411045116425
Binary10100101101011011101000100100001100010010100100111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521A37; }

 p { color: rgb(82,26,55); }

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

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

 a { background-color: rgb(82,26,55); }

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

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

 span { border-color: rgb(82,26,55); }

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