#531639

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

Shades of Blackberry #531639

Tints of Blackberry #531639

Color information

#531639 (or 0x531639) is unknown color: approx Blackberry. HEX triplet: 53, 16 and 39. RGB value is (83,22,57). Sum of RGB (Red+Green+Blue) = 83+22+57=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #531639 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531639 is #ACE9C6. Grayscale: #2C2C2C. Windows color (decimal): -11332039 or 3741267. OLE color: 3741267.

HSL color Cylindrical-coordinate representation of color #531639: hue angle of 325.57º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #531639 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB832257-
CMYK00.730.310.67
HSL325.57º58.1%20.59%-
HSV(B)325.57º73.49%32.55%-
XYZ4.592.714.15-
YUV44.23135.21155.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.23%
GREEN value IS 22 (8.98% from 255) = 13.58%
BLUE value IS 57 (22.66% from 255) = 35.19%
R=51.23%
G=13.58%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83225700.730.310.67325.5758.120.59
Hex5316390491F431463a15
Octal12326710111371035067225
Binary1010011101101110010100100111111100001110100011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531639; }

 p { color: rgb(83,22,57); }

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

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

 a { background-color: rgb(83,22,57); }

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

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

 span { border-color: rgb(83,22,57); }

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