#500A27

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

Shades of Blackberry #500A27

Tints of Blackberry #500A27

Color information

#500A27 (or 0x500A27) is unknown color: approx Blackberry. HEX triplet: 50, 0A and 27. RGB value is (80,10,39). Sum of RGB (Red+Green+Blue) = 80+10+39=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #500A27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500A27 is #AFF5D8. Grayscale: #222222. Windows color (decimal): -11531737 or 2558544. OLE color: 2558544.

HSL color Cylindrical-coordinate representation of color #500A27: hue angle of 335.14º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #500A27 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB801039-
CMYK00.870.510.69
HSL335.14º77.78%17.65%-
HSV(B)335.14º87.5%31.37%-
XYZ3.782.072.12-
YUV34.24130.69160.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.02%
GREEN value IS 10 (4.30% from 255) = 7.75%
BLUE value IS 39 (15.62% from 255) = 30.23%
R=62.02%
G=7.75%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80103900.870.510.69335.1477.7817.65
Hex50A27057334514f4e12
Octal120124701276310551711622
Binary10100001010100111010101111100111000101101001111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500A27; }

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

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

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

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

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

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

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

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