#50123B

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

Shades of Blackberry #50123B

Tints of Blackberry #50123B

Color information

#50123B (or 0x50123B) is unknown color: approx Blackberry. HEX triplet: 50, 12 and 3B. RGB value is (80,18,59). Sum of RGB (Red+Green+Blue) = 80+18+59=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #50123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50123B is #AFEDC4. Grayscale: #292929. Windows color (decimal): -11529669 or 3871312. OLE color: 3871312.

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

Color convert

RGB801859-
CMYK00.780.260.69
HSL320.32º63.27%19.22%-
HSV(B)320.32º77.5%31.37%-
XYZ4.312.454.38-
YUV41.21138.04155.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.96%
GREEN value IS 18 (7.42% from 255) = 11.46%
BLUE value IS 59 (23.44% from 255) = 37.58%
R=50.96%
G=11.46%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80185900.780.260.69320.3263.2719.22
Hex50123B04E1A451403f13
Octal12022730116321055007723
Binary1010000100101110110100111011010100010110100000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50123B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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