#50132F

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

Shades of Blackberry #50132F

Tints of Blackberry #50132F

Color information

#50132F (or 0x50132F) is unknown color: approx Blackberry. HEX triplet: 50, 13 and 2F. RGB value is (80,19,47). Sum of RGB (Red+Green+Blue) = 80+19+47=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #50132F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50132F is #AFECD0. Grayscale: #282828. Windows color (decimal): -11529425 or 3085136. OLE color: 3085136.

HSL color Cylindrical-coordinate representation of color #50132F: hue angle of 332.46º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50132F is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB801947-
CMYK00.760.410.69
HSL332.46º61.62%19.41%-
HSV(B)332.46º76.25%31.37%-
XYZ4.052.382.93-
YUV40.43131.71156.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.79%
GREEN value IS 19 (7.81% from 255) = 13.01%
BLUE value IS 47 (18.75% from 255) = 32.19%
R=54.79%
G=13.01%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80194700.760.410.69332.4661.6219.41
Hex50132F04C294514c3e13
Octal12023570114511055147623
Binary10100001001110111101001100101001100010110100110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50132F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50132F; }

 p { color: rgb(80,19,47); }

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

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

 a { background-color: rgb(80,19,47); }

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

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

 span { border-color: rgb(80,19,47); }

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