#531935

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

Shades of Blackberry #531935

Tints of Blackberry #531935

Color information

#531935 (or 0x531935) is unknown color: approx Blackberry. HEX triplet: 53, 19 and 35. RGB value is (83,25,53). Sum of RGB (Red+Green+Blue) = 83+25+53=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #531935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531935 is #ACE6CA. Grayscale: #2D2D2D. Windows color (decimal): -11331275 or 3479891. OLE color: 3479891.

HSL color Cylindrical-coordinate representation of color #531935: hue angle of 331.03º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #531935 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB832553-
CMYK00.700.360.67
HSL331.03º53.7%21.18%-
HSV(B)331.03º69.88%32.55%-
XYZ4.562.793.67-
YUV45.53132.22154.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 25 (10.16% from 255) = 15.53%
BLUE value IS 53 (21.09% from 255) = 32.92%
R=51.55%
G=15.53%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83255300.700.360.67331.0353.721.18
Hex531935046244314b3615
Octal12331650106441035136625
Binary10100111100111010101000110100100100001110100101111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531935; }

 p { color: rgb(83,25,53); }

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

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

 a { background-color: rgb(83,25,53); }

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

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

 span { border-color: rgb(83,25,53); }

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