#531936

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

Shades of Blackberry #531936

Tints of Blackberry #531936

Color information

#531936 (or 0x531936) is unknown color: approx Blackberry. HEX triplet: 53, 19 and 36. RGB value is (83,25,54). Sum of RGB (Red+Green+Blue) = 83+25+54=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 54 (21.48% from 255 or 33.33% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #531936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531936 is #ACE6C9. Grayscale: #2D2D2D. Windows color (decimal): -11331274 or 3545427. OLE color: 3545427.

HSL color Cylindrical-coordinate representation of color #531936: hue angle of 330º 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 #531936 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB832554-
CMYK00.700.350.67
HSL330º53.7%21.18%-
HSV(B)330º69.88%32.55%-
XYZ4.582.83.79-
YUV45.65132.72154.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.23%
GREEN value IS 25 (10.16% from 255) = 15.43%
BLUE value IS 54 (21.48% from 255) = 33.33%
R=51.23%
G=15.43%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83255400.700.350.6733053.721.18
Hex531936046234314a3615
Octal12331660106431035126625
Binary10100111100111011001000110100011100001110100101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531936; }

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

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

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

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

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

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

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

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