#501C40

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

Shades of Blackberry #501C40

Tints of Blackberry #501C40

Color information

#501C40 (or 0x501C40) is unknown color: approx Blackberry. HEX triplet: 50, 1C and 40. RGB value is (80,28,64). Sum of RGB (Red+Green+Blue) = 80+28+64=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #501C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C40 is #AFE3BF. Grayscale: #2F2F2F. Windows color (decimal): -11527104 or 4201552. OLE color: 4201552.

HSL color Cylindrical-coordinate representation of color #501C40: hue angle of 318.46º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #501C40 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB802864-
CMYK00.650.200.69
HSL318.46º48.15%21.18%-
HSV(B)318.46º65%31.37%-
XYZ4.652.915.17-
YUV47.65137.23151.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.51%
GREEN value IS 28 (11.33% from 255) = 16.28%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=46.51%
G=16.28%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80286400.650.200.69318.4648.1521.18
Hex501C40041144513e3015
Octal120341000101241054766025
Binary10100001110010000000100000110100100010110011111011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501C40; }

 p { color: rgb(80,28,64); }

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

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

 a { background-color: rgb(80,28,64); }

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

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

 span { border-color: rgb(80,28,64); }

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