#52052A

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

Shades of Blackberry #52052A

Tints of Blackberry #52052A

Color information

#52052A (or 0x52052A) is unknown color: approx Blackberry. HEX triplet: 52, 05 and 2A. RGB value is (82,5,42). Sum of RGB (Red+Green+Blue) = 82+5+42=129 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.57% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 82 - color contains mainly: red. Hex color #52052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52052A is #ADFAD5. Grayscale: #202020. Windows color (decimal): -11401942 or 2753874. OLE color: 2753874.

HSL color Cylindrical-coordinate representation of color #52052A: hue angle of 331.17º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52052A is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB82542-
CMYK00.940.490.68
HSL331.17º88.51%17.06%-
HSV(B)331.17º93.9%32.16%-
XYZ3.952.072.38-
YUV32.24133.51163.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 63.57%
GREEN value IS 5 (2.34% from 255) = 3.88%
BLUE value IS 42 (16.80% from 255) = 32.56%
R=63.57%
G=3.88%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8254200.940.490.68331.1788.5117.06
Hex5252A05E314414b5911
Octal12255201366110451313121
Binary1010010101101010010111101100011000100101001011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52052A; }

 p { color: rgb(82,5,42); }

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

<style>
 a { background-color: #52052A; }

 a { background-color: rgb(82,5,42); }

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

<style>
 span { border-color: #52052A; }

 span { border-color: rgb(82,5,42); }

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