#50072F

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

Shades of Blackberry #50072F

Tints of Blackberry #50072F

Color information

#50072F (or 0x50072F) is unknown color: approx Blackberry. HEX triplet: 50, 07 and 2F. RGB value is (80,7,47). Sum of RGB (Red+Green+Blue) = 80+7+47=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #50072F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50072F is #AFF8D0. Grayscale: #212121. Windows color (decimal): -11532497 or 3082064. OLE color: 3082064.

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

Color convert

RGB80747-
CMYK00.910.410.69
HSL327.12º83.91%17.06%-
HSV(B)327.12º91.25%31.37%-
XYZ3.92.062.88-
YUV33.39135.68161.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.70%
GREEN value IS 7 (3.12% from 255) = 5.22%
BLUE value IS 47 (18.75% from 255) = 35.07%
R=59.70%
G=5.22%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8074700.910.410.69327.1283.9117.06
Hex5072F05B29451475411
Octal12075701335110550712421
Binary1010000111101111010110111010011000101101000111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50072F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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