#531D36

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

Shades of Blackberry #531D36

Tints of Blackberry #531D36

Color information

#531D36 (or 0x531D36) is unknown color: approx Blackberry. HEX triplet: 53, 1D and 36. RGB value is (83,29,54). Sum of RGB (Red+Green+Blue) = 83+29+54=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #531D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D36 is #ACE2C9. Grayscale: #2F2F2F. Windows color (decimal): -11330250 or 3546451. OLE color: 3546451.

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

Color convert

RGB832954-
CMYK00.650.350.67
HSL332.22º48.21%21.96%-
HSV(B)332.22º65.06%32.55%-
XYZ4.672.983.82-
YUV48131.39152.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50%
GREEN value IS 29 (11.72% from 255) = 17.47%
BLUE value IS 54 (21.48% from 255) = 32.53%
R=50%
G=17.47%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83295400.650.350.67332.2248.2121.96
Hex531D36041234314c3016
Octal12335660101431035146026
Binary10100111110111011001000001100011100001110100110011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,29,54); }

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

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

 a { background-color: rgb(83,29,54); }

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

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

 span { border-color: rgb(83,29,54); }

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