#501342

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

Shades of Blackberry #501342

Tints of Blackberry #501342

Color information

#501342 (or 0x501342) is unknown color: approx Blackberry. HEX triplet: 50, 13 and 42. RGB value is (80,19,66). Sum of RGB (Red+Green+Blue) = 80+19+66=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #501342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501342 is #AFECBD. Grayscale: #2A2A2A. Windows color (decimal): -11529406 or 4330320. OLE color: 4330320.

HSL color Cylindrical-coordinate representation of color #501342: hue angle of 313.77º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501342 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB801966-
CMYK00.760.170.69
HSL313.77º61.62%19.41%-
HSV(B)313.77º76.25%31.37%-
XYZ4.522.565.41-
YUV42.6141.21154.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.48%
GREEN value IS 19 (7.81% from 255) = 11.52%
BLUE value IS 66 (26.17% from 255) = 40%
R=48.48%
G=11.52%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80196600.760.170.69313.7761.6219.41
Hex50134204C114513a3e13
Octal120231020114211054727623
Binary10100001001110000100100110010001100010110011101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501342; }

 p { color: rgb(80,19,66); }

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

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

 a { background-color: rgb(80,19,66); }

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

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

 span { border-color: rgb(80,19,66); }

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