#531631

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

Shades of Blackberry #531631

Tints of Blackberry #531631

Color information

#531631 (or 0x531631) is unknown color: approx Blackberry. HEX triplet: 53, 16 and 31. RGB value is (83,22,49). Sum of RGB (Red+Green+Blue) = 83+22+49=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #531631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531631 is #ACE9CE. Grayscale: #2B2B2B. Windows color (decimal): -11332047 or 3216979. OLE color: 3216979.

HSL color Cylindrical-coordinate representation of color #531631: hue angle of 333.44º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #531631 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB832249-
CMYK00.730.410.67
HSL333.44º58.1%20.59%-
HSV(B)333.44º73.49%32.55%-
XYZ4.412.633.18-
YUV43.32131.21156.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.90%
GREEN value IS 22 (8.98% from 255) = 14.29%
BLUE value IS 49 (19.53% from 255) = 31.82%
R=53.90%
G=14.29%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83224900.730.410.67333.4458.120.59
Hex531631049294314d3a15
Octal12326610111511035157225
Binary10100111011011000101001001101001100001110100110111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531631; }

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

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

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

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

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

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

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

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