#500329

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

Shades of Blackberry #500329

Tints of Blackberry #500329

Color information

#500329 (or 0x500329) is unknown color: approx Blackberry. HEX triplet: 50, 03 and 29. RGB value is (80,3,41). Sum of RGB (Red+Green+Blue) = 80+3+41=124 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64.52% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 80 - color contains mainly: red. Hex color #500329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500329 is #AFFCD6. Grayscale: #1E1E1E. Windows color (decimal): -11533527 or 2687824. OLE color: 2687824.

HSL color Cylindrical-coordinate representation of color #500329: hue angle of 330.39º 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 #500329 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB80341-
CMYK00.960.490.69
HSL330.39º92.77%16.27%-
HSV(B)330.39º96.25%31.37%-
XYZ3.741.932.27-
YUV30.35134.01163.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 64.52%
GREEN value IS 3 (1.56% from 255) = 2.42%
BLUE value IS 41 (16.41% from 255) = 33.06%
R=64.52%
G=2.42%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8034100.960.490.69330.3992.7716.27
Hex50329060314514a5d10
Octal12035101406110551213520
Binary101000011101001011000001100011000101101001010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500329; }

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

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

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

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

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

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

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

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