Html Css Color HEX #50193D Blackberry

📋 copy color: '#50193D'

red 80 ◦ green 25 ◦ blue 61

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

Shades of Blackberry #50193D

Tints of Blackberry #50193D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.06%

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

R = 48.19%
G = 15.06%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#50193D (or 0x50193D) is known color: Blackberry. HEX triplet: 50, 19 and 3D. RGB value is (80,25,61). Sum of RGB (Red+Green+Blue) = 80+25+61=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #50193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50193D is #AFE6C2. Grayscale: #2D2D2D. Windows color (decimal): -11527875 or 4004176. OLE color: 4004176.

HSL color Cylindrical-coordinate representation of color #50193D: hue angle of 320.73º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50193D is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 25 61 -
CMYK 0 0.69 0.24 0.69
HSL 320.73º 0.52% 0.21% -
HSV(B) 320.73º 0.69% 0.31% -
XYZ 4.5 2.74 4.71 -
YUV 45.55 136.72 152.57 -
System Red Green Blue C M Y K H S L
Decimal 80 25 61 0 0.69 0.24 0.69 320.73 0.52 0.21
Hex 50 19 3D 0 45 18 45 141 34 15
Octal 120 31 75 0 105 30 105 501 64 25
Binary 1010000 11001 111101 0 1000101 11000 1000101 101000001 110100 10101

Color Harmonies of #50193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50193D

Black with #50193D

Text Example


Text Example

White with #50193D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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