#500127

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

Shades of Blackberry #500127

Tints of Blackberry #500127

Color information

#500127 (or 0x500127) is unknown color: approx Blackberry. HEX triplet: 50, 01 and 27. RGB value is (80,1,39). Sum of RGB (Red+Green+Blue) = 80+1+39=120 (15% of max value = 765). Red value is 80 (31.64% from 255 or 66.67% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 80 - color contains mainly: red. Hex color #500127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500127 is #AFFED8. Grayscale: #1C1C1C. Windows color (decimal): -11534041 or 2556240. OLE color: 2556240.

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

Color convert

RGB80139-
CMYK00.990.510.69
HSL331.14º97.53%15.88%-
HSV(B)331.14º98.75%31.37%-
XYZ3.691.872.09-
YUV28.95133.67164.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 66.67%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 39 (15.62% from 255) = 32.5%
R=66.67%
G=0.83%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8013900.990.510.69331.1497.5315.88
Hex50127063334514b6210
Octal12014701436310551314220
Binary10100001100111011000111100111000101101001011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500127; }

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

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

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

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

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

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

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

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