#531436

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

Shades of Blackberry #531436

Tints of Blackberry #531436

Color information

#531436 (or 0x531436) is unknown color: approx Blackberry. HEX triplet: 53, 14 and 36. RGB value is (83,20,54). Sum of RGB (Red+Green+Blue) = 83+20+54=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #531436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531436 is #ACEBC9. Grayscale: #2A2A2A. Windows color (decimal): -11332554 or 3544147. OLE color: 3544147.

HSL color Cylindrical-coordinate representation of color #531436: hue angle of 327.62º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #531436 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB832054-
CMYK00.760.350.67
HSL327.62º61.17%20.2%-
HSV(B)327.62º75.9%32.55%-
XYZ4.482.613.76-
YUV42.71134.37156.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 20 (8.20% from 255) = 12.74%
BLUE value IS 54 (21.48% from 255) = 34.39%
R=52.87%
G=12.74%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83205400.760.350.67327.6261.1720.2
Hex53143604C23431483d14
Octal12324660114431035107524
Binary10100111010011011001001100100011100001110100100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531436; }

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

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

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

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

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

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

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

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