#520F3A

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

Shades of Blackberry #520F3A

Tints of Blackberry #520F3A

Color information

#520F3A (or 0x520F3A) is unknown color: approx Blackberry. HEX triplet: 52, 0F and 3A. RGB value is (82,15,58). Sum of RGB (Red+Green+Blue) = 82+15+58=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #520F3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520F3A is #ADF0C5. Grayscale: #272727. Windows color (decimal): -11399366 or 3805010. OLE color: 3805010.

HSL color Cylindrical-coordinate representation of color #520F3A: hue angle of 321.49º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #520F3A is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB821558-
CMYK00.820.290.68
HSL321.49º69.07%19.02%-
HSV(B)321.49º81.71%32.16%-
XYZ4.412.444.24-
YUV39.94138.2158-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.90%
GREEN value IS 15 (6.25% from 255) = 9.68%
BLUE value IS 58 (23.05% from 255) = 37.42%
R=52.90%
G=9.68%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.29
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82155800.820.290.68321.4969.0719.02
Hex52F3A0521D441414513
Octal122177201223510450110523
Binary1010010111111101001010010111011000100101000001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520F3A; }

 p { color: rgb(82,15,58); }

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

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

 a { background-color: rgb(82,15,58); }

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

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

 span { border-color: rgb(82,15,58); }

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