#501535

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

Shades of Blackberry #501535

Tints of Blackberry #501535

Color information

#501535 (or 0x501535) is unknown color: approx Blackberry. HEX triplet: 50, 15 and 35. RGB value is (80,21,53). Sum of RGB (Red+Green+Blue) = 80+21+53=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #501535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501535 is #AFEACA. Grayscale: #2A2A2A. Windows color (decimal): -11528907 or 3478864. OLE color: 3478864.

HSL color Cylindrical-coordinate representation of color #501535: hue angle of 327.46º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501535 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB802153-
CMYK00.740.340.69
HSL327.46º58.42%19.8%-
HSV(B)327.46º73.75%31.37%-
XYZ4.222.53.63-
YUV42.29134.05154.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.95%
GREEN value IS 21 (8.59% from 255) = 13.64%
BLUE value IS 53 (21.09% from 255) = 34.42%
R=51.95%
G=13.64%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80215300.740.340.69327.4658.4219.8
Hex50153504A22451473a14
Octal12025650112421055077224
Binary10100001010111010101001010100010100010110100011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501535; }

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

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

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

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

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

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

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

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