#50082F

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

Shades of Blackberry #50082F

Tints of Blackberry #50082F

Color information

#50082F (or 0x50082F) is unknown color: approx Blackberry. HEX triplet: 50, 08 and 2F. RGB value is (80,8,47). Sum of RGB (Red+Green+Blue) = 80+8+47=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #50082F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50082F is #AFF7D0. Grayscale: #212121. Windows color (decimal): -11532241 or 3082320. OLE color: 3082320.

HSL color Cylindrical-coordinate representation of color #50082F: hue angle of 327.5º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50082F is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB80847-
CMYK00.900.410.69
HSL327.5º81.82%17.25%-
HSV(B)327.5º90%31.37%-
XYZ3.912.082.89-
YUV33.97135.35160.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.26%
GREEN value IS 8 (3.52% from 255) = 5.93%
BLUE value IS 47 (18.75% from 255) = 34.81%
R=59.26%
G=5.93%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8084700.900.410.69327.581.8217.25
Hex5082F05A29451485211
Octal120105701325110551012221
Binary10100001000101111010110101010011000101101001000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50082F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50082F; }

 p { color: rgb(80,8,47); }

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

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

 a { background-color: rgb(80,8,47); }

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

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

 span { border-color: rgb(80,8,47); }

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