#50172F

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

Shades of Blackberry #50172F

Tints of Blackberry #50172F

Color information

#50172F (or 0x50172F) is unknown color: approx Blackberry. HEX triplet: 50, 17 and 2F. RGB value is (80,23,47). Sum of RGB (Red+Green+Blue) = 80+23+47=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #50172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50172F is #AFE8D0. Grayscale: #2A2A2A. Windows color (decimal): -11528401 or 3086160. OLE color: 3086160.

HSL color Cylindrical-coordinate representation of color #50172F: hue angle of 334.74º 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 #50172F is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB802347-
CMYK00.710.410.69
HSL334.74º55.34%20.2%-
HSV(B)334.74º71.25%31.37%-
XYZ4.132.522.96-
YUV42.78130.38154.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.33%
GREEN value IS 23 (9.38% from 255) = 15.33%
BLUE value IS 47 (18.75% from 255) = 31.33%
R=53.33%
G=15.33%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80234700.710.410.69334.7455.3420.2
Hex50172F047294514f3714
Octal12027570107511055176724
Binary10100001011110111101000111101001100010110100111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50172F; }

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

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

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

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

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

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

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

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