Html Css Color HEX #50193E Blackberry

📋 copy color: '#50193E'

red 80 ◦ green 25 ◦ blue 62

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

Shades of Blackberry #50193E

Tints of Blackberry #50193E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 37.13%

R = 47.9%
G = 14.97%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#50193E (or 0x50193E) is known color: Blackberry. HEX triplet: 50, 19 and 3E. RGB value is (80,25,62). Sum of RGB (Red+Green+Blue) = 80+25+62=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #50193E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50193E is #AFE6C1. Grayscale: #2D2D2D. Windows color (decimal): -11527874 or 4069712. OLE color: 4069712.

HSL color Cylindrical-coordinate representation of color #50193E: hue angle of 319.64º 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 #50193E is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 25 62 -
CMYK 0 0.69 0.22 0.69
HSL 319.64º 0.52% 0.21% -
HSV(B) 319.64º 0.69% 0.31% -
XYZ 4.53 2.75 4.85 -
YUV 45.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 80 25 62 0 0.69 0.22 0.69 319.64 0.52 0.21
Hex 50 19 3E 0 45 16 45 140 34 15
Octal 120 31 76 0 105 26 105 500 64 25
Binary 1010000 11001 111110 0 1000101 10110 1000101 101000000 110100 10101

Color Harmonies of #50193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50193E

Black with #50193E

Text Example


Text Example

White with #50193E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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