#500027

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

Shades of Blackberry #500027

Tints of Blackberry #500027

Color information

#500027 (or 0x500027) is unknown color: approx Blackberry. HEX triplet: 50, 00 and 27. RGB value is (80,0,39). Sum of RGB (Red+Green+Blue) = 80+0+39=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 39 (15.62% from 255 or 32.77% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #500027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500027 is #AFFFD8. Grayscale: #1C1C1C. Windows color (decimal): -11534297 or 2555984. OLE color: 2555984.

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

Color convert

RGB80039-
CMYK010.510.69
HSL330.75º100%15.69%-
HSV(B)330.75º100%31.37%-
XYZ3.671.852.08-
YUV28.37134164.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 67.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 32.77%
R=67.23%
G=0%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80039010.510.69330.7510015.69
Hex50027064334514b6410
Octal12004701446310551314420
Binary10100000100111011001001100111000101101001011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500027; }

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

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

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

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

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

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

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

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