#500327

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

Shades of Blackberry #500327

Tints of Blackberry #500327

Color information

#500327 (or 0x500327) is unknown color: approx Blackberry. HEX triplet: 50, 03 and 27. RGB value is (80,3,39). Sum of RGB (Red+Green+Blue) = 80+3+39=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #500327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500327 is #AFFCD8. Grayscale: #1E1E1E. Windows color (decimal): -11533529 or 2556752. OLE color: 2556752.

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

Color convert

RGB80339-
CMYK00.960.510.69
HSL331.95º92.77%16.27%-
HSV(B)331.95º96.25%31.37%-
XYZ3.711.922.09-
YUV30.13133.01163.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 65.57%
GREEN value IS 3 (1.56% from 255) = 2.46%
BLUE value IS 39 (15.62% from 255) = 31.97%
R=65.57%
G=2.46%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8033900.960.510.69331.9592.7716.27
Hex50327060334514c5d10
Octal12034701406310551413520
Binary101000011100111011000001100111000101101001100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500327; }

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

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

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

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

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

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

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

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