#501E38

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

Shades of Blackberry #501E38

Tints of Blackberry #501E38

Color information

#501E38 (or 0x501E38) is unknown color: approx Blackberry. HEX triplet: 50, 1E and 38. RGB value is (80,30,56). Sum of RGB (Red+Green+Blue) = 80+30+56=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #501E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E38 is #AFE1C7. Grayscale: #2F2F2F. Windows color (decimal): -11526600 or 3677776. OLE color: 3677776.

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

Color convert

RGB803056-
CMYK00.620.300.69
HSL328.8º45.45%21.57%-
HSV(B)328.8º62.5%31.37%-
XYZ4.492.924.07-
YUV47.91132.56150.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.19%
GREEN value IS 30 (12.11% from 255) = 18.07%
BLUE value IS 56 (22.27% from 255) = 33.73%
R=48.19%
G=18.07%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80305600.620.300.69328.845.4521.57
Hex501E3803E1E451492d16
Octal1203670076361055115526
Binary101000011110111000011111011110100010110100100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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