#531E39

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

Shades of Blackberry #531E39

Tints of Blackberry #531E39

Color information

#531E39 (or 0x531E39) is unknown color: approx Blackberry. HEX triplet: 53, 1E and 39. RGB value is (83,30,57). Sum of RGB (Red+Green+Blue) = 83+30+57=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #531E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531E39 is #ACE1C6. Grayscale: #303030. Windows color (decimal): -11329991 or 3743315. OLE color: 3743315.

HSL color Cylindrical-coordinate representation of color #531E39: hue angle of 329.43º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #531E39 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB833057-
CMYK00.640.310.67
HSL329.43º46.9%22.16%-
HSV(B)329.43º63.86%32.55%-
XYZ4.773.064.21-
YUV48.92132.56152.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.82%
GREEN value IS 30 (12.11% from 255) = 17.65%
BLUE value IS 57 (22.66% from 255) = 33.53%
R=48.82%
G=17.65%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83305700.640.310.67329.4346.922.16
Hex531E390401F431492f16
Octal12336710100371035115726
Binary1010011111101110010100000011111100001110100100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531E39; }

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

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

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

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

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

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

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

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