#501F3A

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

Shades of Blackberry #501F3A

Tints of Blackberry #501F3A

Color information

#501F3A (or 0x501F3A) is unknown color: approx Blackberry. HEX triplet: 50, 1F and 3A. RGB value is (80,31,58). Sum of RGB (Red+Green+Blue) = 80+31+58=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #501F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F3A is #AFE0C5. Grayscale: #303030. Windows color (decimal): -11526342 or 3809104. OLE color: 3809104.

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

Color convert

RGB803158-
CMYK00.610.280.69
HSL326.94º44.14%21.76%-
HSV(B)326.94º61.25%31.37%-
XYZ4.562.994.34-
YUV48.73133.23150.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.34%
GREEN value IS 31 (12.5% from 255) = 18.34%
BLUE value IS 58 (23.05% from 255) = 34.32%
R=47.34%
G=18.34%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80315800.610.280.69326.9444.1421.76
Hex501F3A03D1C451472c16
Octal1203772075341055075426
Binary101000011111111010011110111100100010110100011110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,31,58); }

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

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

 a { background-color: rgb(80,31,58); }

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

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

 span { border-color: rgb(80,31,58); }

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