#501237

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

Shades of Blackberry #501237

Tints of Blackberry #501237

Color information

#501237 (or 0x501237) is unknown color: approx Blackberry. HEX triplet: 50, 12 and 37. RGB value is (80,18,55). Sum of RGB (Red+Green+Blue) = 80+18+55=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #501237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501237 is #AFEDC8. Grayscale: #282828. Windows color (decimal): -11529673 or 3609168. OLE color: 3609168.

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

Color convert

RGB801855-
CMYK00.780.310.69
HSL324.19º63.27%19.22%-
HSV(B)324.19º77.5%31.37%-
XYZ4.212.413.86-
YUV40.76136.04155.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.29%
GREEN value IS 18 (7.42% from 255) = 11.76%
BLUE value IS 55 (21.88% from 255) = 35.95%
R=52.29%
G=11.76%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80185500.780.310.69324.1963.2719.22
Hex50123704E1F451443f13
Octal12022670116371055047723
Binary1010000100101101110100111011111100010110100010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501237; }

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

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

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

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

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

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

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

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