Html Css Color HEX #50193F Blackberry

📋 copy color: '#50193F'

red 80 ◦ green 25 ◦ blue 63

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

Shades of Blackberry #50193F

Tints of Blackberry #50193F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 37.5%

R = 47.62%
G = 14.88%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#50193F (or 0x50193F) is known color: Blackberry. HEX triplet: 50, 19 and 3F. RGB value is (80,25,63). Sum of RGB (Red+Green+Blue) = 80+25+63=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #50193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50193F is #AFE6C0. Grayscale: #2D2D2D. Windows color (decimal): -11527873 or 4135248. OLE color: 4135248.

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

Color convert

RGB 80 25 63 -
CMYK 0 0.69 0.21 0.69
HSL 318.55º 0.52% 0.21% -
HSV(B) 318.55º 0.69% 0.31% -
XYZ 4.55 2.76 5 -
YUV 45.78 137.72 152.41 -
System Red Green Blue C M Y K H S L
Decimal 80 25 63 0 0.69 0.21 0.69 318.55 0.52 0.21
Hex 50 19 3F 0 45 15 45 13F 34 15
Octal 120 31 77 0 105 25 105 477 64 25
Binary 1010000 11001 111111 0 1000101 10101 1000101 100111111 110100 10101

Color Harmonies of #50193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50193F

Black with #50193F

Text Example


Text Example

White with #50193F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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