#531D3F

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

Shades of Blackberry #531D3F

Tints of Blackberry #531D3F

Color information

#531D3F (or 0x531D3F) is unknown color: approx Blackberry. HEX triplet: 53, 1D and 3F. RGB value is (83,29,63). Sum of RGB (Red+Green+Blue) = 83+29+63=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #531D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D3F is #ACE2C0. Grayscale: #303030. Windows color (decimal): -11330241 or 4136275. OLE color: 4136275.

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

Color convert

RGB832963-
CMYK00.650.240.67
HSL322.22º48.21%21.96%-
HSV(B)322.22º65.06%32.55%-
XYZ4.93.085.04-
YUV49.02135.89152.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 29 (11.72% from 255) = 16.57%
BLUE value IS 63 (25% from 255) = 36%
R=47.43%
G=16.57%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83296300.650.240.67322.2248.2121.96
Hex531D3F04118431423016
Octal12335770101301035026026
Binary1010011111011111110100000111000100001110100001011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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