#50123E

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

Shades of Blackberry #50123E

Tints of Blackberry #50123E

Color information

#50123E (or 0x50123E) is unknown color: approx Blackberry. HEX triplet: 50, 12 and 3E. RGB value is (80,18,62). Sum of RGB (Red+Green+Blue) = 80+18+62=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 62 (24.61% from 255 or 38.75% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #50123E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50123E is #AFEDC1. Grayscale: #292929. Windows color (decimal): -11529666 or 4067920. OLE color: 4067920.

HSL color Cylindrical-coordinate representation of color #50123E: hue angle of 317.42º 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 #50123E is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB801862-
CMYK00.780.220.69
HSL317.42º63.27%19.22%-
HSV(B)317.42º77.5%31.37%-
XYZ4.392.494.81-
YUV41.55139.54155.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 11.25%
BLUE value IS 62 (24.61% from 255) = 38.75%
R=50%
G=11.25%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80186200.780.220.69317.4263.2719.22
Hex50123E04E164513d3f13
Octal12022760116261054757723
Binary1010000100101111100100111010110100010110011110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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