#531039

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

Shades of Blackberry #531039

Tints of Blackberry #531039

Color information

#531039 (or 0x531039) is unknown color: approx Blackberry. HEX triplet: 53, 10 and 39. RGB value is (83,16,57). Sum of RGB (Red+Green+Blue) = 83+16+57=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #531039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531039 is #ACEFC6. Grayscale: #282828. Windows color (decimal): -11333575 or 3739731. OLE color: 3739731.

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

Color convert

RGB831657-
CMYK00.810.310.67
HSL323.28º67.68%19.41%-
HSV(B)323.28º80.72%32.55%-
XYZ4.492.54.12-
YUV40.71137.2158.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.21%
GREEN value IS 16 (6.64% from 255) = 10.26%
BLUE value IS 57 (22.66% from 255) = 36.54%
R=53.21%
G=10.26%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83165700.810.310.67323.2867.6819.41
Hex5310390511F431434413
Octal123207101213710350310423
Binary10100111000011100101010001111111000011101000011100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531039; }

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

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

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

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

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

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

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

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