#501239

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

Shades of Blackberry #501239

Tints of Blackberry #501239

Color information

#501239 (or 0x501239) is unknown color: approx Blackberry. HEX triplet: 50, 12 and 39. RGB value is (80,18,57). Sum of RGB (Red+Green+Blue) = 80+18+57=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 57 (22.66% from 255 or 36.77% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #501239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501239 is #AFEDC6. Grayscale: #282828. Windows color (decimal): -11529671 or 3740240. OLE color: 3740240.

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

Color convert

RGB801857-
CMYK00.780.290.69
HSL322.26º63.27%19.22%-
HSV(B)322.26º77.5%31.37%-
XYZ4.262.434.12-
YUV40.98137.04155.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.61%
GREEN value IS 18 (7.42% from 255) = 11.61%
BLUE value IS 57 (22.66% from 255) = 36.77%
R=51.61%
G=11.61%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80185700.780.290.69322.2663.2719.22
Hex50123904E1D451423f13
Octal12022710116351055027723
Binary1010000100101110010100111011101100010110100001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501239; }

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

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

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

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

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

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

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

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