#50122E

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

Shades of Blackberry #50122E

Tints of Blackberry #50122E

Color information

#50122E (or 0x50122E) is unknown color: approx Blackberry. HEX triplet: 50, 12 and 2E. RGB value is (80,18,46). Sum of RGB (Red+Green+Blue) = 80+18+46=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #50122E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50122E is #AFEDD1. Grayscale: #272727. Windows color (decimal): -11529682 or 3019344. OLE color: 3019344.

HSL color Cylindrical-coordinate representation of color #50122E: hue angle of 332.9º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50122E is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB801846-
CMYK00.780.420.69
HSL332.9º63.27%19.22%-
HSV(B)332.9º77.5%31.37%-
XYZ4.022.342.82-
YUV39.73131.54156.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.56%
GREEN value IS 18 (7.42% from 255) = 12.5%
BLUE value IS 46 (18.36% from 255) = 31.94%
R=55.56%
G=12.5%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80184600.780.420.69332.963.2719.22
Hex50122E04E2A4514d3f13
Octal12022560116521055157723
Binary10100001001010111001001110101010100010110100110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50122E; }

 p { color: rgb(80,18,46); }

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

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

 a { background-color: rgb(80,18,46); }

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

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

 span { border-color: rgb(80,18,46); }

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