#50113D

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

Shades of Blackberry #50113D

Tints of Blackberry #50113D

Color information

#50113D (or 0x50113D) is unknown color: approx Blackberry. HEX triplet: 50, 11 and 3D. RGB value is (80,17,61). Sum of RGB (Red+Green+Blue) = 80+17+61=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #50113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50113D is #AFEEC2. Grayscale: #282828. Windows color (decimal): -11529923 or 4002128. OLE color: 4002128.

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

Color convert

RGB801761-
CMYK00.790.240.69
HSL318.1º64.95%19.02%-
HSV(B)318.1º78.75%31.37%-
XYZ4.352.444.66-
YUV40.85139.37155.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.63%
GREEN value IS 17 (7.03% from 255) = 10.76%
BLUE value IS 61 (24.22% from 255) = 38.61%
R=50.63%
G=10.76%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80176100.790.240.69318.164.9519.02
Hex50113D04F184513e4113
Octal120217501173010547610123
Binary10100001000111110101001111110001000101100111110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50113D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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