#520C2B

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

Shades of Blackberry #520C2B

Tints of Blackberry #520C2B

Color information

#520C2B (or 0x520C2B) is unknown color: approx Blackberry. HEX triplet: 52, 0C and 2B. RGB value is (82,12,43). Sum of RGB (Red+Green+Blue) = 82+12+43=137 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.85% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 82 - color contains mainly: red. Hex color #520C2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520C2B is #ADF3D4. Grayscale: #242424. Windows color (decimal): -11400149 or 2821202. OLE color: 2821202.

HSL color Cylindrical-coordinate representation of color #520C2B: hue angle of 333.43º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #520C2B is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB821243-
CMYK00.850.480.68
HSL333.43º74.47%18.43%-
HSV(B)333.43º85.37%32.16%-
XYZ4.052.232.5-
YUV36.46131.69160.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 59.85%
GREEN value IS 12 (5.08% from 255) = 8.76%
BLUE value IS 43 (17.19% from 255) = 31.39%
R=59.85%
G=8.76%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82124300.850.480.68333.4374.4718.43
Hex52C2B055304414d4a12
Octal122145301256010451511222
Binary10100101100101011010101011100001000100101001101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,12,43); }

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

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

 a { background-color: rgb(82,12,43); }

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

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

 span { border-color: rgb(82,12,43); }

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