#501642

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

Shades of Blackberry #501642

Tints of Blackberry #501642

Color information

#501642 (or 0x501642) is unknown color: approx Blackberry. HEX triplet: 50, 16 and 42. RGB value is (80,22,66). Sum of RGB (Red+Green+Blue) = 80+22+66=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #501642 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501642 is #AFE9BD. Grayscale: #2C2C2C. Windows color (decimal): -11528638 or 4331088. OLE color: 4331088.

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

Color convert

RGB802266-
CMYK00.720.170.69
HSL314.48º56.86%20%-
HSV(B)314.48º72.5%31.37%-
XYZ4.582.675.43-
YUV44.36140.22153.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.62%
GREEN value IS 22 (8.98% from 255) = 13.10%
BLUE value IS 66 (26.17% from 255) = 39.29%
R=47.62%
G=13.10%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80226600.720.170.69314.4856.8620
Hex501642048114513a3914
Octal120261020110211054727124
Binary10100001011010000100100100010001100010110011101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501642; }

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

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

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

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

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

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

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

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