#50103C

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

Shades of Blackberry #50103C

Tints of Blackberry #50103C

Color information

#50103C (or 0x50103C) is unknown color: approx Blackberry. HEX triplet: 50, 10 and 3C. RGB value is (80,16,60). Sum of RGB (Red+Green+Blue) = 80+16+60=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #50103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50103C is #AFEFC3. Grayscale: #282828. Windows color (decimal): -11530180 or 3936336. OLE color: 3936336.

HSL color Cylindrical-coordinate representation of color #50103C: hue angle of 318.75º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50103C is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB801660-
CMYK00.800.250.69
HSL318.75º66.67%18.82%-
HSV(B)318.75º80%31.37%-
XYZ4.312.44.51-
YUV40.15139.2156.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.28%
GREEN value IS 16 (6.64% from 255) = 10.26%
BLUE value IS 60 (23.83% from 255) = 38.46%
R=51.28%
G=10.26%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80166000.800.250.69318.7566.6718.82
Hex50103C050194513f4313
Octal120207401203110547710323
Binary10100001000011110001010000110011000101100111111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50103C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50103C; }

 p { color: rgb(80,16,60); }

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

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

 a { background-color: rgb(80,16,60); }

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

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

 span { border-color: rgb(80,16,60); }

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