#520A2E

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

Shades of Blackberry #520A2E

Tints of Blackberry #520A2E

Color information

#520A2E (or 0x520A2E) is unknown color: approx Blackberry. HEX triplet: 52, 0A and 2E. RGB value is (82,10,46). Sum of RGB (Red+Green+Blue) = 82+10+46=138 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.42% from 138); Green value is 10 (4.30% from 255 or 7.25% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 82 - color contains mainly: red. Hex color #520A2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520A2E is #ADF5D1. Grayscale: #232323. Windows color (decimal): -11400658 or 3017298. OLE color: 3017298.

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

Color convert

RGB821046-
CMYK00.880.440.68
HSL330º78.26%18.04%-
HSV(B)330º87.8%32.16%-
XYZ4.082.212.8-
YUV35.63133.85161.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 59.42%
GREEN value IS 10 (4.30% from 255) = 7.25%
BLUE value IS 46 (18.36% from 255) = 33.33%
R=59.42%
G=7.25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82104600.880.440.6833078.2618.04
Hex52A2E0582C4414a4e12
Octal122125601305410451211622
Binary10100101010101110010110001011001000100101001010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,10,46); }

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

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

 a { background-color: rgb(82,10,46); }

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

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

 span { border-color: rgb(82,10,46); }

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