#501533

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

Shades of Blackberry #501533

Tints of Blackberry #501533

Color information

#501533 (or 0x501533) is unknown color: approx Blackberry. HEX triplet: 50, 15 and 33. RGB value is (80,21,51). Sum of RGB (Red+Green+Blue) = 80+21+51=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #501533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501533 is #AFEACC. Grayscale: #2A2A2A. Windows color (decimal): -11528909 or 3347792. OLE color: 3347792.

HSL color Cylindrical-coordinate representation of color #501533: hue angle of 329.49º 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 #501533 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB802151-
CMYK00.740.360.69
HSL329.49º58.42%19.8%-
HSV(B)329.49º73.75%31.37%-
XYZ4.172.483.39-
YUV42.06133.05155.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.63%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 51 (20.31% from 255) = 33.55%
R=52.63%
G=13.82%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80215100.740.360.69329.4958.4219.8
Hex50153304A24451493a14
Octal12025630112441055117224
Binary10100001010111001101001010100100100010110100100111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501533; }

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

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

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

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

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

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

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

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