#521839

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

Shades of Blackberry #521839

Tints of Blackberry #521839

Color information

#521839 (or 0x521839) is unknown color: approx Blackberry. HEX triplet: 52, 18 and 39. RGB value is (82,24,57). Sum of RGB (Red+Green+Blue) = 82+24+57=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 57 (22.66% from 255 or 34.97% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #521839 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521839 is #ADE7C6. Grayscale: #2D2D2D. Windows color (decimal): -11397063 or 3741778. OLE color: 3741778.

HSL color Cylindrical-coordinate representation of color #521839: hue angle of 325.86º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #521839 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB822457-
CMYK00.710.300.68
HSL325.86º54.72%20.78%-
HSV(B)325.86º70.73%32.16%-
XYZ4.542.744.16-
YUV45.1134.72154.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.31%
GREEN value IS 24 (9.77% from 255) = 14.72%
BLUE value IS 57 (22.66% from 255) = 34.97%
R=50.31%
G=14.72%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82245700.710.300.68325.8654.7220.78
Hex5218390471E441463715
Octal12230710107361045066725
Binary1010010110001110010100011111110100010010100011011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521839; }

 p { color: rgb(82,24,57); }

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

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

 a { background-color: rgb(82,24,57); }

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

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

 span { border-color: rgb(82,24,57); }

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