#501236

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

Shades of Blackberry #501236

Tints of Blackberry #501236

Color information

#501236 (or 0x501236) is unknown color: approx Blackberry. HEX triplet: 50, 12 and 36. RGB value is (80,18,54). Sum of RGB (Red+Green+Blue) = 80+18+54=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #501236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501236 is #AFEDC9. Grayscale: #282828. Windows color (decimal): -11529674 or 3543632. OLE color: 3543632.

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

Color convert

RGB801854-
CMYK00.780.330.69
HSL325.16º63.27%19.22%-
HSV(B)325.16º77.5%31.37%-
XYZ4.192.43.73-
YUV40.64135.54156.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.63%
GREEN value IS 18 (7.42% from 255) = 11.84%
BLUE value IS 54 (21.48% from 255) = 35.53%
R=52.63%
G=11.84%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80185400.780.330.69325.1663.2719.22
Hex50123604E21451453f13
Octal12022660116411055057723
Binary10100001001011011001001110100001100010110100010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501236; }

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

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

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

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

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

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

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

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