#501232

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

Shades of Blackberry #501232

Tints of Blackberry #501232

Color information

#501232 (or 0x501232) is unknown color: approx Blackberry. HEX triplet: 50, 12 and 32. RGB value is (80,18,50). Sum of RGB (Red+Green+Blue) = 80+18+50=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #501232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501232 is #AFEDCD. Grayscale: #282828. Windows color (decimal): -11529678 or 3281488. OLE color: 3281488.

HSL color Cylindrical-coordinate representation of color #501232: hue angle of 329.03º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501232 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB801850-
CMYK00.780.370.69
HSL329.03º63.27%19.22%-
HSV(B)329.03º77.5%31.37%-
XYZ4.12.373.26-
YUV40.19133.54156.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.05%
GREEN value IS 18 (7.42% from 255) = 12.16%
BLUE value IS 50 (19.92% from 255) = 33.78%
R=54.05%
G=12.16%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80185000.780.370.69329.0363.2719.22
Hex50123204E25451493f13
Octal12022620116451055117723
Binary10100001001011001001001110100101100010110100100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501232; }

 p { color: rgb(80,18,50); }

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

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

 a { background-color: rgb(80,18,50); }

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

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

 span { border-color: rgb(80,18,50); }

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