#50032E

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

Shades of Blackberry #50032E

Tints of Blackberry #50032E

Color information

#50032E (or 0x50032E) is unknown color: approx Blackberry. HEX triplet: 50, 03 and 2E. RGB value is (80,3,46). Sum of RGB (Red+Green+Blue) = 80+3+46=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #50032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50032E is #AFFCD1. Grayscale: #1E1E1E. Windows color (decimal): -11533522 or 3015504. OLE color: 3015504.

HSL color Cylindrical-coordinate representation of color #50032E: hue angle of 326.49º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50032E is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB80346-
CMYK00.960.420.69
HSL326.49º92.77%16.27%-
HSV(B)326.49º96.25%31.37%-
XYZ3.831.972.76-
YUV30.92136.51163-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.02%
GREEN value IS 3 (1.56% from 255) = 2.33%
BLUE value IS 46 (18.36% from 255) = 35.66%
R=62.02%
G=2.33%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8034600.960.420.69326.4992.7716.27
Hex5032E0602A451465d10
Octal12035601405210550613520
Binary101000011101110011000001010101000101101000110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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