#501542

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

Shades of Blackberry #501542

Tints of Blackberry #501542

Color information

#501542 (or 0x501542) is unknown color: approx Blackberry. HEX triplet: 50, 15 and 42. RGB value is (80,21,66). Sum of RGB (Red+Green+Blue) = 80+21+66=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #501542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501542 is #AFEABD. Grayscale: #2B2B2B. Windows color (decimal): -11528894 or 4330832. OLE color: 4330832.

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

Color convert

RGB802166-
CMYK00.740.170.69
HSL314.24º58.42%19.8%-
HSV(B)314.24º73.75%31.37%-
XYZ4.562.645.42-
YUV43.77140.55153.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.90%
GREEN value IS 21 (8.59% from 255) = 12.57%
BLUE value IS 66 (26.17% from 255) = 39.52%
R=47.90%
G=12.57%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80216600.740.170.69314.2458.4219.8
Hex50154204A114513a3a14
Octal120251020112211054727224
Binary10100001010110000100100101010001100010110011101011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501542; }

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

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

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

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

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

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

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

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