#531535

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

Shades of Blackberry #531535

Tints of Blackberry #531535

Color information

#531535 (or 0x531535) is unknown color: approx Blackberry. HEX triplet: 53, 15 and 35. RGB value is (83,21,53). Sum of RGB (Red+Green+Blue) = 83+21+53=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #531535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531535 is #ACEACA. Grayscale: #2B2B2B. Windows color (decimal): -11332299 or 3478867. OLE color: 3478867.

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

Color convert

RGB832153-
CMYK00.750.360.67
HSL329.03º59.62%20.39%-
HSV(B)329.03º74.7%32.55%-
XYZ4.482.633.64-
YUV43.19133.54156.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 21 (8.59% from 255) = 13.38%
BLUE value IS 53 (21.09% from 255) = 33.76%
R=52.87%
G=13.38%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83215300.750.360.67329.0359.6220.39
Hex53153504B24431493c14
Octal12325650113441035117424
Binary10100111010111010101001011100100100001110100100111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531535; }

 p { color: rgb(83,21,53); }

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

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

 a { background-color: rgb(83,21,53); }

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

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

 span { border-color: rgb(83,21,53); }

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