#501731

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

Shades of Blackberry #501731

Tints of Blackberry #501731

Color information

#501731 (or 0x501731) is unknown color: approx Blackberry. HEX triplet: 50, 17 and 31. RGB value is (80,23,49). Sum of RGB (Red+Green+Blue) = 80+23+49=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #501731 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501731 is #AFE8CE. Grayscale: #2A2A2A. Windows color (decimal): -11528399 or 3217232. OLE color: 3217232.

HSL color Cylindrical-coordinate representation of color #501731: hue angle of 332.63º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #501731 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB802349-
CMYK00.710.390.69
HSL332.63º55.34%20.2%-
HSV(B)332.63º71.25%31.37%-
XYZ4.172.543.18-
YUV43.01131.38154.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.63%
GREEN value IS 23 (9.38% from 255) = 15.13%
BLUE value IS 49 (19.53% from 255) = 32.24%
R=52.63%
G=15.13%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80234900.710.390.69332.6355.3420.2
Hex501731047274514d3714
Octal12027610107471055156724
Binary10100001011111000101000111100111100010110100110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501731; }

 p { color: rgb(80,23,49); }

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

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

 a { background-color: rgb(80,23,49); }

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

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

 span { border-color: rgb(80,23,49); }

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