Html Css Color HEX #50163A Blackberry

📋 copy color: '#50163A'

red 80 ◦ green 22 ◦ blue 58

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

Shades of Blackberry #50163A

Tints of Blackberry #50163A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 36.25%

R = 50%
G = 13.75%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#50163A (or 0x50163A) is known color: Blackberry. HEX triplet: 50, 16 and 3A. RGB value is (80,22,58). Sum of RGB (Red+Green+Blue) = 80+22+58=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #50163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50163A is #AFE9C5. Grayscale: #2B2B2B. Windows color (decimal): -11528646 or 3806800. OLE color: 3806800.

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

Color convert

RGB 80 22 58 -
CMYK 0 0.72 0.28 0.69
HSL 322.76º 0.57% 0.2% -
HSV(B) 322.76º 0.73% 0.31% -
XYZ 4.36 2.58 4.27 -
YUV 43.45 136.22 154.07 -
System Red Green Blue C M Y K H S L
Decimal 80 22 58 0 0.72 0.28 0.69 322.76 0.57 0.2
Hex 50 16 3A 0 48 1C 45 143 39 14
Octal 120 26 72 0 110 34 105 503 71 24
Binary 1010000 10110 111010 0 1001000 11100 1000101 101000011 111001 10100

Color Harmonies of #50163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50163A

Black with #50163A

Text Example


Text Example

White with #50163A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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