#531C35

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

Shades of Blackberry #531C35

Tints of Blackberry #531C35

Color information

#531C35 (or 0x531C35) is unknown color: approx Blackberry. HEX triplet: 53, 1C and 35. RGB value is (83,28,53). Sum of RGB (Red+Green+Blue) = 83+28+53=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #531C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C35 is #ACE3CA. Grayscale: #2F2F2F. Windows color (decimal): -11330507 or 3480659. OLE color: 3480659.

HSL color Cylindrical-coordinate representation of color #531C35: hue angle of 332.73º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #531C35 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB832853-
CMYK00.660.360.67
HSL332.73º49.55%21.76%-
HSV(B)332.73º66.27%32.55%-
XYZ4.632.933.69-
YUV47.3131.22153.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.61%
GREEN value IS 28 (11.33% from 255) = 17.07%
BLUE value IS 53 (21.09% from 255) = 32.32%
R=50.61%
G=17.07%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83285300.660.360.67332.7349.5521.76
Hex531C35042244314d3216
Octal12334650102441035156226
Binary10100111110011010101000010100100100001110100110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531C35; }

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

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

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

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

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

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

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

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