#500A32

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

Shades of Blackberry #500A32

Tints of Blackberry #500A32

Color information

#500A32 (or 0x500A32) is unknown color: approx Blackberry. HEX triplet: 50, 0A and 32. RGB value is (80,10,50). Sum of RGB (Red+Green+Blue) = 80+10+50=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #500A32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500A32 is #AFF5CD. Grayscale: #232323. Windows color (decimal): -11531726 or 3279440. OLE color: 3279440.

HSL color Cylindrical-coordinate representation of color #500A32: hue angle of 325.71º 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 #500A32 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB801050-
CMYK00.870.370.69
HSL325.71º77.78%17.65%-
HSV(B)325.71º87.5%31.37%-
XYZ3.992.153.22-
YUV35.49136.19159.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.14%
GREEN value IS 10 (4.30% from 255) = 7.14%
BLUE value IS 50 (19.92% from 255) = 35.71%
R=57.14%
G=7.14%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80105000.870.370.69325.7177.7817.65
Hex50A3205725451464e12
Octal120126201274510550611622
Binary10100001010110010010101111001011000101101000110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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