#50173D

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

Shades of Blackberry #50173D

Tints of Blackberry #50173D

Color information

#50173D (or 0x50173D) is unknown color: approx Blackberry. HEX triplet: 50, 17 and 3D. RGB value is (80,23,61). Sum of RGB (Red+Green+Blue) = 80+23+61=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #50173D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50173D is #AFE8C2. Grayscale: #2C2C2C. Windows color (decimal): -11528387 or 4003664. OLE color: 4003664.

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

Color convert

RGB802361-
CMYK00.710.240.69
HSL320º55.34%20.2%-
HSV(B)320º71.25%31.37%-
XYZ4.462.664.69-
YUV44.38137.38153.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.78%
GREEN value IS 23 (9.38% from 255) = 14.02%
BLUE value IS 61 (24.22% from 255) = 37.20%
R=48.78%
G=14.02%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80236100.710.240.6932055.3420.2
Hex50173D04718451403714
Octal12027750107301055006724
Binary1010000101111111010100011111000100010110100000011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50173D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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