#531640

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

Shades of Blackberry #531640

Tints of Blackberry #531640

Color information

#531640 (or 0x531640) is unknown color: approx Blackberry. HEX triplet: 53, 16 and 40. RGB value is (83,22,64). Sum of RGB (Red+Green+Blue) = 83+22+64=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #531640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531640 is #ACE9BF. Grayscale: #2C2C2C. Windows color (decimal): -11332032 or 4200019. OLE color: 4200019.

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

Color convert

RGB832264-
CMYK00.730.230.67
HSL318.69º58.1%20.59%-
HSV(B)318.69º73.49%32.55%-
XYZ4.782.785.14-
YUV45.03138.71155.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.11%
GREEN value IS 22 (8.98% from 255) = 13.02%
BLUE value IS 64 (25.39% from 255) = 37.87%
R=49.11%
G=13.02%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83226400.730.230.67318.6958.120.59
Hex531640049174313f3a15
Octal123261000111271034777225
Binary10100111011010000000100100110111100001110011111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531640; }

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

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

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

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

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

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

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

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