Html Css Color HEX #50163D Blackberry

📋 copy color: '#50163D'

red 80 ◦ green 22 ◦ blue 61

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

Shades of Blackberry #50163D

Tints of Blackberry #50163D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 37.42%

R = 49.08%
G = 13.5%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#50163D (or 0x50163D) is known color: Blackberry. HEX triplet: 50, 16 and 3D. RGB value is (80,22,61). Sum of RGB (Red+Green+Blue) = 80+22+61=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #50163D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50163D is #AFE9C2. Grayscale: #2B2B2B. Windows color (decimal): -11528643 or 4003408. OLE color: 4003408.

HSL color Cylindrical-coordinate representation of color #50163D: hue angle of 319.66º 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 #50163D is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 22 61 -
CMYK 0 0.72 0.24 0.69
HSL 319.66º 0.57% 0.2% -
HSV(B) 319.66º 0.73% 0.31% -
XYZ 4.44 2.62 4.69 -
YUV 43.79 137.72 153.83 -
System Red Green Blue C M Y K H S L
Decimal 80 22 61 0 0.72 0.24 0.69 319.66 0.57 0.2
Hex 50 16 3D 0 48 18 45 140 39 14
Octal 120 26 75 0 110 30 105 500 71 24
Binary 1010000 10110 111101 0 1001000 11000 1000101 101000000 111001 10100

Color Harmonies of #50163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50163D

Black with #50163D

Text Example


Text Example

White with #50163D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50163D; }

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

 H1.HeaderClassName
 {
   color: #50163D;
 }
 .AnyTagClassName
 {
   color: #50163D;
 }
</style>

background-color css

<style>
 a { background-color: #50163D; }

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

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

border-color css

<style>
 span { border-color: #50163D; }

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

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