#500321

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

Shades of Blackberry #500321

Tints of Blackberry #500321

Color information

#500321 (or 0x500321) is unknown color: approx Blackberry. HEX triplet: 50, 03 and 21. RGB value is (80,3,33). Sum of RGB (Red+Green+Blue) = 80+3+33=116 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.97% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 80 - color contains mainly: red. Hex color #500321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500321 is #AFFCDE. Grayscale: #1D1D1D. Windows color (decimal): -11533535 or 2163536. OLE color: 2163536.

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

Color convert

RGB80333-
CMYK00.960.590.69
HSL336.62º92.77%16.27%-
HSV(B)336.62º96.25%31.37%-
XYZ3.621.881.61-
YUV29.44130.01164.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 68.97%
GREEN value IS 3 (1.56% from 255) = 2.59%
BLUE value IS 33 (13.28% from 255) = 28.45%
R=68.97%
G=2.59%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8033300.960.590.69336.6292.7716.27
Hex503210603B451515d10
Octal12034101407310552113520
Binary101000011100001011000001110111000101101010001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500321; }

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

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

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

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

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

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

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

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