#521A36

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

Shades of Blackberry #521A36

Tints of Blackberry #521A36

Color information

#521A36 (or 0x521A36) is unknown color: approx Blackberry. HEX triplet: 52, 1A and 36. RGB value is (82,26,54). Sum of RGB (Red+Green+Blue) = 82+26+54=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 54 (21.48% from 255 or 33.33% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #521A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521A36 is #ADE5C9. Grayscale: #2D2D2D. Windows color (decimal): -11396554 or 3545682. OLE color: 3545682.

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

Color convert

RGB822654-
CMYK00.680.340.68
HSL330º51.85%21.18%-
HSV(B)330º68.29%32.16%-
XYZ4.512.83.79-
YUV45.94132.55153.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.62%
GREEN value IS 26 (10.55% from 255) = 16.05%
BLUE value IS 54 (21.48% from 255) = 33.33%
R=50.62%
G=16.05%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.34
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82265400.680.340.6833051.8521.18
Hex521A36044224414a3415
Octal12232660104421045126425
Binary10100101101011011001000100100010100010010100101011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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