#52082B

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

Shades of Blackberry #52082B

Tints of Blackberry #52082B

Color information

#52082B (or 0x52082B) is unknown color: approx Blackberry. HEX triplet: 52, 08 and 2B. RGB value is (82,8,43). Sum of RGB (Red+Green+Blue) = 82+8+43=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #52082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52082B is #ADF7D4. Grayscale: #222222. Windows color (decimal): -11401173 or 2820178. OLE color: 2820178.

HSL color Cylindrical-coordinate representation of color #52082B: hue angle of 331.62º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52082B is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB82843-
CMYK00.900.480.68
HSL331.62º82.22%17.65%-
HSV(B)331.62º90.24%32.16%-
XYZ42.142.49-
YUV34.12133.02162.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 61.65%
GREEN value IS 8 (3.52% from 255) = 6.02%
BLUE value IS 43 (17.19% from 255) = 32.33%
R=61.65%
G=6.02%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8284300.900.480.68331.6282.2217.65
Hex5282B05A304414c5212
Octal122105301326010451412222
Binary10100101000101011010110101100001000100101001100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52082B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52082B; }

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

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

<style>
 a { background-color: #52082B; }

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

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

<style>
 span { border-color: #52082B; }

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

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