#521F3B

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

Shades of Blackberry #521F3B

Tints of Blackberry #521F3B

Color information

#521F3B (or 0x521F3B) is unknown color: approx Blackberry. HEX triplet: 52, 1F and 3B. RGB value is (82,31,59). Sum of RGB (Red+Green+Blue) = 82+31+59=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #521F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521F3B is #ADE0C4. Grayscale: #313131. Windows color (decimal): -11395269 or 3874642. OLE color: 3874642.

HSL color Cylindrical-coordinate representation of color #521F3B: hue angle of 327.06º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #521F3B is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB823159-
CMYK00.620.280.68
HSL327.06º45.13%22.16%-
HSV(B)327.06º62.2%32.16%-
XYZ4.763.094.48-
YUV49.44133.4151.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.67%
GREEN value IS 31 (12.5% from 255) = 18.02%
BLUE value IS 59 (23.44% from 255) = 34.30%
R=47.67%
G=18.02%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82315900.620.280.68327.0645.1322.16
Hex521F3B03E1C441472d16
Octal1223773076341045075526
Binary101001011111111011011111011100100010010100011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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