#50132C

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

Shades of Blackberry #50132C

Tints of Blackberry #50132C

Color information

#50132C (or 0x50132C) is unknown color: approx Blackberry. HEX triplet: 50, 13 and 2C. RGB value is (80,19,44). Sum of RGB (Red+Green+Blue) = 80+19+44=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #50132C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50132C is #AFECD3. Grayscale: #282828. Windows color (decimal): -11529428 or 2888528. OLE color: 2888528.

HSL color Cylindrical-coordinate representation of color #50132C: hue angle of 335.41º 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 #50132C is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB801944-
CMYK00.760.450.69
HSL335.41º61.62%19.41%-
HSV(B)335.41º76.25%31.37%-
XYZ42.352.63-
YUV40.09130.21156.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.94%
GREEN value IS 19 (7.81% from 255) = 13.29%
BLUE value IS 44 (17.58% from 255) = 30.77%
R=55.94%
G=13.29%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80194400.760.450.69335.4161.6219.41
Hex50132C04C2D4514f3e13
Octal12023540114551055177623
Binary10100001001110110001001100101101100010110100111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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