#531537

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

Shades of Blackberry #531537

Tints of Blackberry #531537

Color information

#531537 (or 0x531537) is unknown color: approx Blackberry. HEX triplet: 53, 15 and 37. RGB value is (83,21,55). Sum of RGB (Red+Green+Blue) = 83+21+55=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #531537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531537 is #ACEAC8. Grayscale: #2B2B2B. Windows color (decimal): -11332297 or 3609939. OLE color: 3609939.

HSL color Cylindrical-coordinate representation of color #531537: hue angle of 327.1º 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 #531537 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB832155-
CMYK00.750.340.67
HSL327.1º59.62%20.39%-
HSV(B)327.1º74.7%32.55%-
XYZ4.532.653.89-
YUV43.41134.54156.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.20%
GREEN value IS 21 (8.59% from 255) = 13.21%
BLUE value IS 55 (21.88% from 255) = 34.59%
R=52.20%
G=13.21%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83215500.750.340.67327.159.6220.39
Hex53153704B22431473c14
Octal12325670113421035077424
Binary10100111010111011101001011100010100001110100011111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531537; }

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

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

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

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

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

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

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

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