#501C3F

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

Shades of Blackberry #501C3F

Tints of Blackberry #501C3F

Color information

#501C3F (or 0x501C3F) is unknown color: approx Blackberry. HEX triplet: 50, 1C and 3F. RGB value is (80,28,63). Sum of RGB (Red+Green+Blue) = 80+28+63=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #501C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C3F is #AFE3C0. Grayscale: #2F2F2F. Windows color (decimal): -11527105 or 4136016. OLE color: 4136016.

HSL color Cylindrical-coordinate representation of color #501C3F: hue angle of 319.62º 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 #501C3F is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB802863-
CMYK00.650.210.69
HSL319.62º48.15%21.18%-
HSV(B)319.62º65%31.37%-
XYZ4.622.895.02-
YUV47.54136.73151.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.78%
GREEN value IS 28 (11.33% from 255) = 16.37%
BLUE value IS 63 (25% from 255) = 36.84%
R=46.78%
G=16.37%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80286300.650.210.69319.6248.1521.18
Hex501C3F04115451403015
Octal12034770101251055006025
Binary1010000111001111110100000110101100010110100000011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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