#531539

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

Shades of Blackberry #531539

Tints of Blackberry #531539

Color information

#531539 (or 0x531539) is unknown color: approx Blackberry. HEX triplet: 53, 15 and 39. RGB value is (83,21,57). Sum of RGB (Red+Green+Blue) = 83+21+57=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #531539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531539 is #ACEAC6. Grayscale: #2B2B2B. Windows color (decimal): -11332295 or 3741011. OLE color: 3741011.

HSL color Cylindrical-coordinate representation of color #531539: hue angle of 325.16º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #531539 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB832157-
CMYK00.750.310.67
HSL325.16º59.62%20.39%-
HSV(B)325.16º74.7%32.55%-
XYZ4.572.674.15-
YUV43.64135.54156.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 21 (8.59% from 255) = 13.04%
BLUE value IS 57 (22.66% from 255) = 35.40%
R=51.55%
G=13.04%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83215700.750.310.67325.1659.6220.39
Hex53153904B1F431453c14
Octal12325710113371035057424
Binary1010011101011110010100101111111100001110100010111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531539; }

 p { color: rgb(83,21,57); }

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

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

 a { background-color: rgb(83,21,57); }

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

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

 span { border-color: rgb(83,21,57); }

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