#501935

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

Shades of Blackberry #501935

Tints of Blackberry #501935

Color information

#501935 (or 0x501935) is unknown color: approx Blackberry. HEX triplet: 50, 19 and 35. RGB value is (80,25,53). Sum of RGB (Red+Green+Blue) = 80+25+53=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #501935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501935 is #AFE6CA. Grayscale: #2C2C2C. Windows color (decimal): -11527883 or 3479888. OLE color: 3479888.

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

Color convert

RGB802553-
CMYK00.690.340.69
HSL329.45º52.38%20.59%-
HSV(B)329.45º68.75%31.37%-
XYZ4.32.663.65-
YUV44.64132.72153.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.63%
GREEN value IS 25 (10.16% from 255) = 15.82%
BLUE value IS 53 (21.09% from 255) = 33.54%
R=50.63%
G=15.82%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80255300.690.340.69329.4552.3820.59
Hex50193504522451493415
Octal12031650105421055116425
Binary10100001100111010101000101100010100010110100100111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501935; }

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

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

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

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

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

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

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

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