#501E36

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

Shades of Blackberry #501E36

Tints of Blackberry #501E36

Color information

#501E36 (or 0x501E36) is unknown color: approx Blackberry. HEX triplet: 50, 1E and 36. RGB value is (80,30,54). Sum of RGB (Red+Green+Blue) = 80+30+54=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #501E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E36 is #AFE1C9. Grayscale: #2F2F2F. Windows color (decimal): -11526602 or 3546704. OLE color: 3546704.

HSL color Cylindrical-coordinate representation of color #501E36: hue angle of 331.2º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #501E36 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB803054-
CMYK00.620.330.69
HSL331.2º45.45%21.57%-
HSV(B)331.2º62.5%31.37%-
XYZ4.442.93.82-
YUV47.69131.56151.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.78%
GREEN value IS 30 (12.11% from 255) = 18.29%
BLUE value IS 54 (21.48% from 255) = 32.93%
R=48.78%
G=18.29%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80305400.620.330.69331.245.4521.57
Hex501E3603E214514b2d16
Octal1203666076411055135526
Binary1010000111101101100111110100001100010110100101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,30,54); }

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

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

 a { background-color: rgb(80,30,54); }

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

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

 span { border-color: rgb(80,30,54); }

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