#501735

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

Shades of Blackberry #501735

Tints of Blackberry #501735

Color information

#501735 (or 0x501735) is unknown color: approx Blackberry. HEX triplet: 50, 17 and 35. RGB value is (80,23,53). Sum of RGB (Red+Green+Blue) = 80+23+53=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #501735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501735 is #AFE8CA. Grayscale: #2B2B2B. Windows color (decimal): -11528395 or 3479376. OLE color: 3479376.

HSL color Cylindrical-coordinate representation of color #501735: hue angle of 328.42º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #501735 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB802353-
CMYK00.710.340.69
HSL328.42º55.34%20.2%-
HSV(B)328.42º71.25%31.37%-
XYZ4.262.583.64-
YUV43.46133.38154.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.28%
GREEN value IS 23 (9.38% from 255) = 14.74%
BLUE value IS 53 (21.09% from 255) = 33.97%
R=51.28%
G=14.74%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80235300.710.340.69328.4255.3420.2
Hex50173504722451483714
Octal12027650107421055106724
Binary10100001011111010101000111100010100010110100100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501735; }

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

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

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

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

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

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

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

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