#531D3A

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

Shades of Blackberry #531D3A

Tints of Blackberry #531D3A

Color information

#531D3A (or 0x531D3A) is unknown color: approx Blackberry. HEX triplet: 53, 1D and 3A. RGB value is (83,29,58). Sum of RGB (Red+Green+Blue) = 83+29+58=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #531D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D3A is #ACE2C5. Grayscale: #303030. Windows color (decimal): -11330246 or 3808595. OLE color: 3808595.

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

Color convert

RGB832958-
CMYK00.650.300.67
HSL327.78º48.21%21.96%-
HSV(B)327.78º65.06%32.55%-
XYZ4.773.024.34-
YUV48.45133.39152.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.82%
GREEN value IS 29 (11.72% from 255) = 17.06%
BLUE value IS 58 (23.05% from 255) = 34.12%
R=48.82%
G=17.06%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83295800.650.300.67327.7848.2121.96
Hex531D3A0411E431483016
Octal12335720101361035106026
Binary1010011111011110100100000111110100001110100100011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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