#501235

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

Shades of Blackberry #501235

Tints of Blackberry #501235

Color information

#501235 (or 0x501235) is unknown color: approx Blackberry. HEX triplet: 50, 12 and 35. RGB value is (80,18,53). Sum of RGB (Red+Green+Blue) = 80+18+53=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #501235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501235 is #AFEDCA. Grayscale: #282828. Windows color (decimal): -11529675 or 3478096. OLE color: 3478096.

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

Color convert

RGB801853-
CMYK00.780.340.69
HSL326.13º63.27%19.22%-
HSV(B)326.13º77.5%31.37%-
XYZ4.172.43.61-
YUV40.53135.04156.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.98%
GREEN value IS 18 (7.42% from 255) = 11.92%
BLUE value IS 53 (21.09% from 255) = 35.10%
R=52.98%
G=11.92%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80185300.780.340.69326.1363.2719.22
Hex50123504E22451463f13
Octal12022650116421055067723
Binary10100001001011010101001110100010100010110100011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501235; }

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

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

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

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

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

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

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

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