#531339

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

Shades of Blackberry #531339

Tints of Blackberry #531339

Color information

#531339 (or 0x531339) is unknown color: approx Blackberry. HEX triplet: 53, 13 and 39. RGB value is (83,19,57). Sum of RGB (Red+Green+Blue) = 83+19+57=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 57 (22.66% from 255 or 35.85% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #531339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531339 is #ACECC6. Grayscale: #2A2A2A. Windows color (decimal): -11332807 or 3740499. OLE color: 3740499.

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

Color convert

RGB831957-
CMYK00.770.310.67
HSL324.38º62.75%20%-
HSV(B)324.38º77.11%32.55%-
XYZ4.542.64.13-
YUV42.47136.2156.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.20%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 57 (22.66% from 255) = 35.85%
R=52.20%
G=11.95%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83195700.770.310.67324.3862.7520
Hex53133904D1F431443f14
Octal12323710115371035047724
Binary1010011100111110010100110111111100001110100010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531339; }

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

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

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

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

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

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

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

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