#501839

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

Shades of Blackberry #501839

Tints of Blackberry #501839

Color information

#501839 (or 0x501839) is unknown color: approx Blackberry. HEX triplet: 50, 18 and 39. RGB value is (80,24,57). Sum of RGB (Red+Green+Blue) = 80+24+57=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #501839 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501839 is #AFE7C6. Grayscale: #2C2C2C. Windows color (decimal): -11528135 or 3741776. OLE color: 3741776.

HSL color Cylindrical-coordinate representation of color #501839: hue angle of 324.64º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #501839 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB802457-
CMYK00.700.290.69
HSL324.64º53.85%20.39%-
HSV(B)324.64º70%31.37%-
XYZ4.372.654.15-
YUV44.51135.05153.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.69%
GREEN value IS 24 (9.77% from 255) = 14.91%
BLUE value IS 57 (22.66% from 255) = 35.40%
R=49.69%
G=14.91%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80245700.700.290.69324.6453.8520.39
Hex5018390461D451453614
Octal12030710106351055056624
Binary1010000110001110010100011011101100010110100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501839; }

 p { color: rgb(80,24,57); }

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

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

 a { background-color: rgb(80,24,57); }

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

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

 span { border-color: rgb(80,24,57); }

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