#501831

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

Shades of Blackberry #501831

Tints of Blackberry #501831

Color information

#501831 (or 0x501831) is unknown color: approx Blackberry. HEX triplet: 50, 18 and 31. RGB value is (80,24,49). Sum of RGB (Red+Green+Blue) = 80+24+49=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #501831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501831 is #AFE7CE. Grayscale: #2B2B2B. Windows color (decimal): -11528143 or 3217488. OLE color: 3217488.

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

Color convert

RGB802449-
CMYK00.700.390.69
HSL333.21º53.85%20.39%-
HSV(B)333.21º70%31.37%-
XYZ4.192.583.18-
YUV43.59131.05153.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.29%
GREEN value IS 24 (9.77% from 255) = 15.69%
BLUE value IS 49 (19.53% from 255) = 32.03%
R=52.29%
G=15.69%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80244900.700.390.69333.2153.8520.39
Hex501831046274514d3614
Octal12030610106471055156624
Binary10100001100011000101000110100111100010110100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501831; }

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

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

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

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

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

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

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

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