#501442

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

Shades of Blackberry #501442

Tints of Blackberry #501442

Color information

#501442 (or 0x501442) is unknown color: approx Blackberry. HEX triplet: 50, 14 and 42. RGB value is (80,20,66). Sum of RGB (Red+Green+Blue) = 80+20+66=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #501442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501442 is #AFEBBD. Grayscale: #2B2B2B. Windows color (decimal): -11529150 or 4330576. OLE color: 4330576.

HSL color Cylindrical-coordinate representation of color #501442: hue angle of 314º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501442 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB802066-
CMYK00.750.170.69
HSL314º60%19.61%-
HSV(B)314º75%31.37%-
XYZ4.542.65.42-
YUV43.18140.88154.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.19%
GREEN value IS 20 (8.20% from 255) = 12.05%
BLUE value IS 66 (26.17% from 255) = 39.76%
R=48.19%
G=12.05%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80206600.750.170.693146019.61
Hex50144204B114513a3c14
Octal120241020113211054727424
Binary10100001010010000100100101110001100010110011101011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501442; }

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

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

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

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

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

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

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

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