#531C37

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

Shades of Blackberry #531C37

Tints of Blackberry #531C37

Color information

#531C37 (or 0x531C37) is unknown color: approx Blackberry. HEX triplet: 53, 1C and 37. RGB value is (83,28,55). Sum of RGB (Red+Green+Blue) = 83+28+55=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #531C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C37 is #ACE3C8. Grayscale: #2F2F2F. Windows color (decimal): -11330505 or 3611731. OLE color: 3611731.

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

Color convert

RGB832855-
CMYK00.660.340.67
HSL330.55º49.55%21.76%-
HSV(B)330.55º66.27%32.55%-
XYZ4.672.953.94-
YUV47.52132.22153.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50%
GREEN value IS 28 (11.33% from 255) = 16.87%
BLUE value IS 55 (21.88% from 255) = 33.13%
R=50%
G=16.87%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83285500.660.340.67330.5549.5521.76
Hex531C37042224314b3216
Octal12334670102421035136226
Binary10100111110011011101000010100010100001110100101111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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