Html Css Color HEX #50172F Blackberry

📋 copy color: '#50172F'

red 80 ◦ green 23 ◦ blue 47

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

Shades of Blackberry #50172F

Tints of Blackberry #50172F

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 value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#50172F (or 0x50172F) is known color: 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

RGB 80 23 47 -
CMYK 0 0.71 0.41 0.69
HSL 334.74º 0.55% 0.2% -
HSV(B) 334.74º 0.71% 0.31% -
XYZ 4.13 2.52 2.96 -
YUV 42.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 80 23 47 0 0.71 0.41 0.69 334.74 0.55 0.2
Hex 50 17 2F 0 47 29 45 14F 37 14
Octal 120 27 57 0 107 51 105 517 67 24
Binary 1010000 10111 101111 0 1000111 101001 1000101 101001111 110111 10100

Color Harmonies of #50172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50172F

Black with #50172F

Text Example


Text Example

White with #50172F

Text Example


Text Example

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