#501F37

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

Shades of Blackberry #501F37

Tints of Blackberry #501F37

Color information

#501F37 (or 0x501F37) is unknown color: approx Blackberry. HEX triplet: 50, 1F and 37. RGB value is (80,31,55). Sum of RGB (Red+Green+Blue) = 80+31+55=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #501F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F37 is #AFE0C8. Grayscale: #303030. Windows color (decimal): -11526345 or 3612496. OLE color: 3612496.

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

Color convert

RGB803155-
CMYK00.610.310.69
HSL330.61º44.14%21.76%-
HSV(B)330.61º61.25%31.37%-
XYZ4.492.963.95-
YUV48.39131.73150.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.19%
GREEN value IS 31 (12.5% from 255) = 18.67%
BLUE value IS 55 (21.88% from 255) = 33.13%
R=48.19%
G=18.67%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80315500.610.310.69330.6144.1421.76
Hex501F3703D1F4514b2c16
Octal1203767075371055135426
Binary101000011111110111011110111111100010110100101110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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