#501936

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

Shades of Blackberry #501936

Tints of Blackberry #501936

Color information

#501936 (or 0x501936) is unknown color: approx Blackberry. HEX triplet: 50, 19 and 36. RGB value is (80,25,54). Sum of RGB (Red+Green+Blue) = 80+25+54=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 54 (21.48% from 255 or 33.96% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #501936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501936 is #AFE6C9. Grayscale: #2C2C2C. Windows color (decimal): -11527882 or 3545424. OLE color: 3545424.

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

Color convert

RGB802554-
CMYK00.690.330.69
HSL328.36º52.38%20.59%-
HSV(B)328.36º68.75%31.37%-
XYZ4.322.673.78-
YUV44.75133.22153.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.31%
GREEN value IS 25 (10.16% from 255) = 15.72%
BLUE value IS 54 (21.48% from 255) = 33.96%
R=50.31%
G=15.72%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80255400.690.330.69328.3652.3820.59
Hex50193604521451483415
Octal12031660105411055106425
Binary10100001100111011001000101100001100010110100100011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501936; }

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

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

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

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

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

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

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

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