Html Css Color HEX #50173D Blackberry

📋 copy color: '#50173D'

red 80 ◦ green 23 ◦ blue 61

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

Shades of Blackberry #50173D

Tints of Blackberry #50173D

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.2%

R = 48.78%
G = 14.02%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#50173D (or 0x50173D) is known color: 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

RGB 80 23 61 -
CMYK 0 0.71 0.24 0.69
HSL 320º 0.55% 0.2% -
HSV(B) 320º 0.71% 0.31% -
XYZ 4.46 2.66 4.69 -
YUV 44.38 137.38 153.41 -
System Red Green Blue C M Y K H S L
Decimal 80 23 61 0 0.71 0.24 0.69 320 0.55 0.2
Hex 50 17 3D 0 47 18 45 140 37 14
Octal 120 27 75 0 107 30 105 500 67 24
Binary 1010000 10111 111101 0 1000111 11000 1000101 101000000 110111 10100

Color Harmonies of #50173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50173D

Black with #50173D

Text Example


Text Example

White with #50173D

Text Example


Text Example

HTML Codes & Css Web 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>