#521A3B

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

Shades of Blackberry #521A3B

Tints of Blackberry #521A3B

Color information

#521A3B (or 0x521A3B) is unknown color: approx Blackberry. HEX triplet: 52, 1A and 3B. RGB value is (82,26,59). Sum of RGB (Red+Green+Blue) = 82+26+59=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #521A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521A3B is #ADE5C4. Grayscale: #2E2E2E. Windows color (decimal): -11396549 or 3873362. OLE color: 3873362.

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

Color convert

RGB822659-
CMYK00.680.280.68
HSL324.64º51.85%21.18%-
HSV(B)324.64º68.29%32.16%-
XYZ4.642.854.44-
YUV46.51135.05153.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.10%
GREEN value IS 26 (10.55% from 255) = 15.57%
BLUE value IS 59 (23.44% from 255) = 35.33%
R=49.10%
G=15.57%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82265900.680.280.68324.6451.8521.18
Hex521A3B0441C441453415
Octal12232730104341045056425
Binary1010010110101110110100010011100100010010100010111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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