#531A36

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

Shades of Blackberry #531A36

Tints of Blackberry #531A36

Color information

#531A36 (or 0x531A36) is unknown color: approx Blackberry. HEX triplet: 53, 1A and 36. RGB value is (83,26,54). Sum of RGB (Red+Green+Blue) = 83+26+54=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #531A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A36 is #ACE5C9. Grayscale: #2E2E2E. Windows color (decimal): -11331018 or 3545683. OLE color: 3545683.

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

Color convert

RGB832654-
CMYK00.690.350.67
HSL330.53º52.29%21.37%-
HSV(B)330.53º68.67%32.55%-
XYZ4.62.843.8-
YUV46.24132.38154.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 26 (10.55% from 255) = 15.95%
BLUE value IS 54 (21.48% from 255) = 33.13%
R=50.92%
G=15.95%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83265400.690.350.67330.5352.2921.37
Hex531A36045234314b3415
Octal12332660105431035136425
Binary10100111101011011001000101100011100001110100101111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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