#501D3E

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

Shades of Blackberry #501D3E

Tints of Blackberry #501D3E

Color information

#501D3E (or 0x501D3E) is unknown color: approx Blackberry. HEX triplet: 50, 1D and 3E. RGB value is (80,29,62). Sum of RGB (Red+Green+Blue) = 80+29+62=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #501D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D3E is #AFE2C1. Grayscale: #2F2F2F. Windows color (decimal): -11526850 or 4070736. OLE color: 4070736.

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

Color convert

RGB802962-
CMYK00.640.220.69
HSL321.18º46.79%21.37%-
HSV(B)321.18º63.75%31.37%-
XYZ4.622.934.88-
YUV48.01135.9150.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.78%
GREEN value IS 29 (11.72% from 255) = 16.96%
BLUE value IS 62 (24.61% from 255) = 36.26%
R=46.78%
G=16.96%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80296200.640.220.69321.1846.7921.37
Hex501D3E04016451412f15
Octal12035760100261055015725
Binary1010000111011111100100000010110100010110100000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,29,62); }

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

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

 a { background-color: rgb(80,29,62); }

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

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

 span { border-color: rgb(80,29,62); }

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