#501931

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

Shades of Blackberry #501931

Tints of Blackberry #501931

Color information

#501931 (or 0x501931) is unknown color: approx Blackberry. HEX triplet: 50, 19 and 31. RGB value is (80,25,49). Sum of RGB (Red+Green+Blue) = 80+25+49=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #501931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501931 is #AFE6CE. Grayscale: #2C2C2C. Windows color (decimal): -11527887 or 3217744. OLE color: 3217744.

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

Color convert

RGB802549-
CMYK00.690.390.69
HSL333.82º52.38%20.59%-
HSV(B)333.82º68.75%31.37%-
XYZ4.212.623.19-
YUV44.18130.72153.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.95%
GREEN value IS 25 (10.16% from 255) = 16.23%
BLUE value IS 49 (19.53% from 255) = 31.82%
R=51.95%
G=16.23%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80254900.690.390.69333.8252.3820.59
Hex501931045274514e3415
Octal12031610105471055166425
Binary10100001100111000101000101100111100010110100111011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501931; }

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

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

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

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

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

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

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

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