#501841

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

Shades of Blackberry #501841

Tints of Blackberry #501841

Color information

#501841 (or 0x501841) is unknown color: approx Blackberry. HEX triplet: 50, 18 and 41. RGB value is (80,24,65). Sum of RGB (Red+Green+Blue) = 80+24+65=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #501841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501841 is #AFE7BE. Grayscale: #2D2D2D. Windows color (decimal): -11528127 or 4266064. OLE color: 4266064.

HSL color Cylindrical-coordinate representation of color #501841: hue angle of 316.07º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #501841 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB802465-
CMYK00.700.190.69
HSL316.07º53.85%20.39%-
HSV(B)316.07º70%31.37%-
XYZ4.592.745.29-
YUV45.42139.05152.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.34%
GREEN value IS 24 (9.77% from 255) = 14.20%
BLUE value IS 65 (25.78% from 255) = 38.46%
R=47.34%
G=14.20%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80246500.700.190.69316.0753.8520.39
Hex501841046134513c3614
Octal120301010106231054746624
Binary10100001100010000010100011010011100010110011110011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501841; }

 p { color: rgb(80,24,65); }

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

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

 a { background-color: rgb(80,24,65); }

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

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

 span { border-color: rgb(80,24,65); }

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