#531239

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

Shades of Blackberry #531239

Tints of Blackberry #531239

Color information

#531239 (or 0x531239) is unknown color: approx Blackberry. HEX triplet: 53, 12 and 39. RGB value is (83,18,57). Sum of RGB (Red+Green+Blue) = 83+18+57=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 57 (22.66% from 255 or 36.08% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #531239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531239 is #ACEDC6. Grayscale: #292929. Windows color (decimal): -11333063 or 3740243. OLE color: 3740243.

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

Color convert

RGB831857-
CMYK00.780.310.67
HSL324º64.36%19.8%-
HSV(B)324º78.31%32.55%-
XYZ4.522.574.13-
YUV41.88136.53157.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.53%
GREEN value IS 18 (7.42% from 255) = 11.39%
BLUE value IS 57 (22.66% from 255) = 36.08%
R=52.53%
G=11.39%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83185700.780.310.6732464.3619.8
Hex53123904E1F431444014
Octal123227101163710350410024
Binary10100111001011100101001110111111000011101000100100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531239; }

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

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

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

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

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

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

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

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