#50032D

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

Shades of Blackberry #50032D

Tints of Blackberry #50032D

Color information

#50032D (or 0x50032D) is unknown color: approx Blackberry. HEX triplet: 50, 03 and 2D. RGB value is (80,3,45). Sum of RGB (Red+Green+Blue) = 80+3+45=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #50032D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50032D is #AFFCD2. Grayscale: #1E1E1E. Windows color (decimal): -11533523 or 2949968. OLE color: 2949968.

HSL color Cylindrical-coordinate representation of color #50032D: hue angle of 327.27º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50032D is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB80345-
CMYK00.960.440.69
HSL327.27º92.77%16.27%-
HSV(B)327.27º96.25%31.37%-
XYZ3.811.962.66-
YUV30.81136.01163.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.5%
GREEN value IS 3 (1.56% from 255) = 2.34%
BLUE value IS 45 (17.97% from 255) = 35.16%
R=62.5%
G=2.34%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8034500.960.440.69327.2792.7716.27
Hex5032D0602C451475d10
Octal12035501405410550713520
Binary101000011101101011000001011001000101101000111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50032D; }

 p { color: rgb(80,3,45); }

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

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

 a { background-color: rgb(80,3,45); }

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

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

 span { border-color: rgb(80,3,45); }

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