#501230

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

Shades of Blackberry #501230

Tints of Blackberry #501230

Color information

#501230 (or 0x501230) is unknown color: approx Blackberry. HEX triplet: 50, 12 and 30. RGB value is (80,18,48). Sum of RGB (Red+Green+Blue) = 80+18+48=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #501230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501230 is #AFEDCF. Grayscale: #272727. Windows color (decimal): -11529680 or 3150416. OLE color: 3150416.

HSL color Cylindrical-coordinate representation of color #501230: hue angle of 330.97º 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 #501230 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB801848-
CMYK00.780.400.69
HSL330.97º63.27%19.22%-
HSV(B)330.97º77.5%31.37%-
XYZ4.062.353.04-
YUV39.96132.54156.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.79%
GREEN value IS 18 (7.42% from 255) = 12.33%
BLUE value IS 48 (19.14% from 255) = 32.88%
R=54.79%
G=12.33%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80184800.780.400.69330.9763.2719.22
Hex50123004E284514b3f13
Octal12022600116501055137723
Binary10100001001011000001001110101000100010110100101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501230; }

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

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

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

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

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

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

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

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