Html Css Color HEX #50173F Blackberry

📋 copy color: '#50173F'

red 80 ◦ green 23 ◦ blue 63

#50173F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #50173F

Tints of Blackberry #50173F

RGB

 RED value IS 80 (31.64% from 255) = 48.19%

 GREEN value IS 23 (9.38% from 255) = 13.86%

 BLUE value IS 63 (25% from 255) = 37.95%

R = 48.19%
G = 13.86%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#50173F (or 0x50173F) is known color: Blackberry. HEX triplet: 50, 17 and 3F. RGB value is (80,23,63). Sum of RGB (Red+Green+Blue) = 80+23+63=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #50173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50173F is #AFE8C0. Grayscale: #2C2C2C. Windows color (decimal): -11528385 or 4134736. OLE color: 4134736.

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

Color convert

RGB 80 23 63 -
CMYK 0 0.71 0.21 0.69
HSL 317.89º 0.55% 0.2% -
HSV(B) 317.89º 0.71% 0.31% -
XYZ 4.51 2.68 4.98 -
YUV 44.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 80 23 63 0 0.71 0.21 0.69 317.89 0.55 0.2
Hex 50 17 3F 0 47 15 45 13E 37 14
Octal 120 27 77 0 107 25 105 476 67 24
Binary 1010000 10111 111111 0 1000111 10101 1000101 100111110 110111 10100

Color Harmonies of #50173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50173F

Black with #50173F

Text Example


Text Example

White with #50173F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50173F;
 }
 .AnyTagClassName
 {
   color: #50173F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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