#520F30

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

Shades of Blackberry #520F30

Tints of Blackberry #520F30

Color information

#520F30 (or 0x520F30) is unknown color: approx Blackberry. HEX triplet: 52, 0F and 30. RGB value is (82,15,48). Sum of RGB (Red+Green+Blue) = 82+15+48=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #520F30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520F30 is #ADF0CF. Grayscale: #262626. Windows color (decimal): -11399376 or 3149650. OLE color: 3149650.

HSL color Cylindrical-coordinate representation of color #520F30: hue angle of 330.45º 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 #520F30 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB821548-
CMYK00.820.410.68
HSL330.45º69.07%19.02%-
HSV(B)330.45º81.71%32.16%-
XYZ4.182.353.03-
YUV38.8133.2158.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.55%
GREEN value IS 15 (6.25% from 255) = 10.34%
BLUE value IS 48 (19.14% from 255) = 33.10%
R=56.55%
G=10.34%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82154800.820.410.68330.4569.0719.02
Hex52F30052294414a4513
Octal122176001225110451210523
Binary10100101111110000010100101010011000100101001010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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