#531D3B

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

Shades of Blackberry #531D3B

Tints of Blackberry #531D3B

Color information

#531D3B (or 0x531D3B) is unknown color: approx Blackberry. HEX triplet: 53, 1D and 3B. RGB value is (83,29,59). Sum of RGB (Red+Green+Blue) = 83+29+59=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #531D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D3B is #ACE2C4. Grayscale: #303030. Windows color (decimal): -11330245 or 3874131. OLE color: 3874131.

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

Color convert

RGB832959-
CMYK00.650.290.67
HSL326.67º48.21%21.96%-
HSV(B)326.67º65.06%32.55%-
XYZ4.83.034.47-
YUV48.57133.89152.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.54%
GREEN value IS 29 (11.72% from 255) = 16.96%
BLUE value IS 59 (23.44% from 255) = 34.50%
R=48.54%
G=16.96%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83295900.650.290.67326.6748.2121.96
Hex531D3B0411D431473016
Octal12335730101351035076026
Binary1010011111011110110100000111101100001110100011111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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