#501C3C

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

Shades of Blackberry #501C3C

Tints of Blackberry #501C3C

Color information

#501C3C (or 0x501C3C) is unknown color: approx Blackberry. HEX triplet: 50, 1C and 3C. RGB value is (80,28,60). Sum of RGB (Red+Green+Blue) = 80+28+60=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #501C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C3C is #AFE3C3. Grayscale: #2F2F2F. Windows color (decimal): -11527108 or 3939408. OLE color: 3939408.

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

Color convert

RGB802860-
CMYK00.650.250.69
HSL323.08º48.15%21.18%-
HSV(B)323.08º65%31.37%-
XYZ4.542.864.59-
YUV47.2135.23151.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.62%
GREEN value IS 28 (11.33% from 255) = 16.67%
BLUE value IS 60 (23.83% from 255) = 35.71%
R=47.62%
G=16.67%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80286000.650.250.69323.0848.1521.18
Hex501C3C04119451433015
Octal12034740101311055036025
Binary1010000111001111000100000111001100010110100001111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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