#501C37

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

Shades of Blackberry #501C37

Tints of Blackberry #501C37

Color information

#501C37 (or 0x501C37) is unknown color: approx Blackberry. HEX triplet: 50, 1C and 37. RGB value is (80,28,55). Sum of RGB (Red+Green+Blue) = 80+28+55=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 55 (21.88% from 255 or 33.74% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #501C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C37 is #AFE3C8. Grayscale: #2E2E2E. Windows color (decimal): -11527113 or 3611728. OLE color: 3611728.

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

Color convert

RGB802855-
CMYK00.650.310.69
HSL328.85º48.15%21.18%-
HSV(B)328.85º65%31.37%-
XYZ4.412.813.92-
YUV46.63132.73151.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.08%
GREEN value IS 28 (11.33% from 255) = 17.18%
BLUE value IS 55 (21.88% from 255) = 33.74%
R=49.08%
G=17.18%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80285500.650.310.69328.8548.1521.18
Hex501C370411F451493015
Octal12034670101371055116025
Binary1010000111001101110100000111111100010110100100111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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