#50052C

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

Shades of Blackberry #50052C

Tints of Blackberry #50052C

Color information

#50052C (or 0x50052C) is unknown color: approx Blackberry. HEX triplet: 50, 05 and 2C. RGB value is (80,5,44). Sum of RGB (Red+Green+Blue) = 80+5+44=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #50052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50052C is #AFFAD3. Grayscale: #1F1F1F. Windows color (decimal): -11533012 or 2884944. OLE color: 2884944.

HSL color Cylindrical-coordinate representation of color #50052C: hue angle of 328.8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50052C is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB80544-
CMYK00.940.450.69
HSL328.8º88.24%16.67%-
HSV(B)328.8º93.75%31.37%-
XYZ3.8222.57-
YUV31.87134.85162.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.02%
GREEN value IS 5 (2.34% from 255) = 3.88%
BLUE value IS 44 (17.58% from 255) = 34.11%
R=62.02%
G=3.88%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8054400.940.450.69328.888.2416.67
Hex5052C05E2D451495811
Octal12055401365510551113021
Binary1010000101101100010111101011011000101101001001101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50052C; }

 p { color: rgb(80,5,44); }

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

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

 a { background-color: rgb(80,5,44); }

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

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

 span { border-color: rgb(80,5,44); }

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