#50143D

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

Shades of Blackberry #50143D

Tints of Blackberry #50143D

Color information

#50143D (or 0x50143D) is unknown color: approx Blackberry. HEX triplet: 50, 14 and 3D. RGB value is (80,20,61). Sum of RGB (Red+Green+Blue) = 80+20+61=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #50143D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50143D is #AFEBC2. Grayscale: #2A2A2A. Windows color (decimal): -11529155 or 4002896. OLE color: 4002896.

HSL color Cylindrical-coordinate representation of color #50143D: hue angle of 319º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50143D is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB802061-
CMYK00.750.240.69
HSL319º60%19.61%-
HSV(B)319º75%31.37%-
XYZ4.42.544.67-
YUV42.61138.38154.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.69%
GREEN value IS 20 (8.20% from 255) = 12.42%
BLUE value IS 61 (24.22% from 255) = 37.89%
R=49.69%
G=12.42%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80206100.750.240.693196019.61
Hex50143D04B184513f3c14
Octal12024750113301054777424
Binary1010000101001111010100101111000100010110011111111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50143D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50143D; }

 p { color: rgb(80,20,61); }

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

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

 a { background-color: rgb(80,20,61); }

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

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

 span { border-color: rgb(80,20,61); }

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