#531D40

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

Shades of Blackberry #531D40

Tints of Blackberry #531D40

Color information

#531D40 (or 0x531D40) is unknown color: approx Blackberry. HEX triplet: 53, 1D and 40. RGB value is (83,29,64). Sum of RGB (Red+Green+Blue) = 83+29+64=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #531D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D40 is #ACE2BF. Grayscale: #313131. Windows color (decimal): -11330240 or 4201811. OLE color: 4201811.

HSL color Cylindrical-coordinate representation of color #531D40: hue angle of 321.11º 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 #531D40 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB832964-
CMYK00.650.230.67
HSL321.11º48.21%21.96%-
HSV(B)321.11º65.06%32.55%-
XYZ4.933.095.19-
YUV49.14136.39152.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.16%
GREEN value IS 29 (11.72% from 255) = 16.48%
BLUE value IS 64 (25.39% from 255) = 36.36%
R=47.16%
G=16.48%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83296400.650.230.67321.1148.2121.96
Hex531D4004117431413016
Octal123351000101271035016026
Binary10100111110110000000100000110111100001110100000111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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