#501231

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

Shades of Blackberry #501231

Tints of Blackberry #501231

Color information

#501231 (or 0x501231) is unknown color: approx Blackberry. HEX triplet: 50, 12 and 31. RGB value is (80,18,49). Sum of RGB (Red+Green+Blue) = 80+18+49=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #501231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501231 is #AFEDCE. Grayscale: #282828. Windows color (decimal): -11529679 or 3215952. OLE color: 3215952.

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

Color convert

RGB801849-
CMYK00.780.390.69
HSL330º63.27%19.22%-
HSV(B)330º77.5%31.37%-
XYZ4.082.363.15-
YUV40.07133.04156.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.42%
GREEN value IS 18 (7.42% from 255) = 12.24%
BLUE value IS 49 (19.53% from 255) = 33.33%
R=54.42%
G=12.24%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80184900.780.390.6933063.2719.22
Hex50123104E274514a3f13
Octal12022610116471055127723
Binary10100001001011000101001110100111100010110100101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501231; }

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

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

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

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

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

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

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

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