#52062E

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

Shades of Blackberry #52062E

Tints of Blackberry #52062E

Color information

#52062E (or 0x52062E) is unknown color: approx Blackberry. HEX triplet: 52, 06 and 2E. RGB value is (82,6,46). Sum of RGB (Red+Green+Blue) = 82+6+46=134 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.19% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 82 - color contains mainly: red. Hex color #52062E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52062E is #ADF9D1. Grayscale: #212121. Windows color (decimal): -11401682 or 3016274. OLE color: 3016274.

HSL color Cylindrical-coordinate representation of color #52062E: hue angle of 328.42º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52062E is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB82646-
CMYK00.930.440.68
HSL328.42º86.36%17.25%-
HSV(B)328.42º92.68%32.16%-
XYZ4.042.122.78-
YUV33.28135.18162.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 61.19%
GREEN value IS 6 (2.73% from 255) = 4.48%
BLUE value IS 46 (18.36% from 255) = 34.33%
R=61.19%
G=4.48%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8264600.930.440.68328.4286.3617.25
Hex5262E05D2C441485611
Octal12265601355410451012621
Binary1010010110101110010111011011001000100101001000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52062E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52062E; }

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

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

<style>
 a { background-color: #52062E; }

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

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

<style>
 span { border-color: #52062E; }

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

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