#531637

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

Shades of Blackberry #531637

Tints of Blackberry #531637

Color information

#531637 (or 0x531637) is unknown color: approx Blackberry. HEX triplet: 53, 16 and 37. RGB value is (83,22,55). Sum of RGB (Red+Green+Blue) = 83+22+55=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 55 (21.88% from 255 or 34.38% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #531637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531637 is #ACE9C8. Grayscale: #2B2B2B. Windows color (decimal): -11332041 or 3610195. OLE color: 3610195.

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

Color convert

RGB832255-
CMYK00.730.340.67
HSL327.54º58.1%20.59%-
HSV(B)327.54º73.49%32.55%-
XYZ4.542.693.89-
YUV44134.21155.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.88%
GREEN value IS 22 (8.98% from 255) = 13.75%
BLUE value IS 55 (21.88% from 255) = 34.38%
R=51.88%
G=13.75%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83225500.730.340.67327.5458.120.59
Hex53163704922431483a15
Octal12326670111421035107225
Binary10100111011011011101001001100010100001110100100011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531637; }

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

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

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

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

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

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

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

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