Html Css Color HEX #50162F Blackberry

📋 copy color: '#50162F'

red 80 ◦ green 22 ◦ blue 47

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

Shades of Blackberry #50162F

Tints of Blackberry #50162F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.77%

 BLUE value IS 47 (18.75% from 255) = 31.54%

R = 53.69%
G = 14.77%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#50162F (or 0x50162F) is known color: Blackberry. HEX triplet: 50, 16 and 2F. RGB value is (80,22,47). Sum of RGB (Red+Green+Blue) = 80+22+47=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #50162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50162F is #AFE9D0. Grayscale: #2A2A2A. Windows color (decimal): -11528657 or 3085904. OLE color: 3085904.

HSL color Cylindrical-coordinate representation of color #50162F: hue angle of 334.14º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50162F is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 22 47 -
CMYK 0 0.72 0.41 0.69
HSL 334.14º 0.57% 0.2% -
HSV(B) 334.14º 0.73% 0.31% -
XYZ 4.11 2.48 2.95 -
YUV 42.19 130.72 154.97 -
System Red Green Blue C M Y K H S L
Decimal 80 22 47 0 0.72 0.41 0.69 334.14 0.57 0.2
Hex 50 16 2F 0 48 29 45 14E 39 14
Octal 120 26 57 0 110 51 105 516 71 24
Binary 1010000 10110 101111 0 1001000 101001 1000101 101001110 111001 10100

Color Harmonies of #50162F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50162F

Black with #50162F

Text Example


Text Example

White with #50162F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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