#531531

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

Shades of Blackberry #531531

Tints of Blackberry #531531

Color information

#531531 (or 0x531531) is unknown color: approx Blackberry. HEX triplet: 53, 15 and 31. RGB value is (83,21,49). Sum of RGB (Red+Green+Blue) = 83+21+49=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #531531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531531 is #ACEACE. Grayscale: #2A2A2A. Windows color (decimal): -11332303 or 3216723. OLE color: 3216723.

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

Color convert

RGB832149-
CMYK00.750.410.67
HSL332.9º59.62%20.39%-
HSV(B)332.9º74.7%32.55%-
XYZ4.392.63.18-
YUV42.73131.54156.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.25%
GREEN value IS 21 (8.59% from 255) = 13.73%
BLUE value IS 49 (19.53% from 255) = 32.03%
R=54.25%
G=13.73%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83214900.750.410.67332.959.6220.39
Hex53153104B294314d3c14
Octal12325610113511035157424
Binary10100111010111000101001011101001100001110100110111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531531; }

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

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

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

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

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

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

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

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