#500120

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

Shades of Blackberry #500120

Tints of Blackberry #500120

Color information

#500120 (or 0x500120) is unknown color: approx Blackberry. HEX triplet: 50, 01 and 20. RGB value is (80,1,32). Sum of RGB (Red+Green+Blue) = 80+1+32=113 (14% of max value = 765). Red value is 80 (31.64% from 255 or 70.80% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 80 - color contains mainly: red. Hex color #500120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500120 is #AFFEDF. Grayscale: #1C1C1C. Windows color (decimal): -11534048 or 2097488. OLE color: 2097488.

HSL color Cylindrical-coordinate representation of color #500120: hue angle of 336.46º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500120 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB80132-
CMYK00.990.600.69
HSL336.46º97.53%15.88%-
HSV(B)336.46º98.75%31.37%-
XYZ3.581.831.53-
YUV28.15130.17164.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 70.80%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 32 (12.89% from 255) = 28.32%
R=70.80%
G=0.88%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8013200.990.600.69336.4697.5315.88
Hex501200633C451506210
Octal12014001437410552014220
Binary10100001100000011000111111001000101101010000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500120; }

 p { color: rgb(80,1,32); }

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

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

 a { background-color: rgb(80,1,32); }

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

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

 span { border-color: rgb(80,1,32); }

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