Html Css Color HEX #50143F Blackberry

📋 copy color: '#50143F'

red 80 ◦ green 20 ◦ blue 63

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

Shades of Blackberry #50143F

Tints of Blackberry #50143F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.27%

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

R = 49.08%
G = 12.27%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#50143F (or 0x50143F) is known color: Blackberry. HEX triplet: 50, 14 and 3F. RGB value is (80,20,63). Sum of RGB (Red+Green+Blue) = 80+20+63=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #50143F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50143F is #AFEBC0. Grayscale: #2A2A2A. Windows color (decimal): -11529153 or 4133968. OLE color: 4133968.

HSL color Cylindrical-coordinate representation of color #50143F: hue angle of 317º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50143F is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 20 63 -
CMYK 0 0.75 0.21 0.69
HSL 317º 0.6% 0.2% -
HSV(B) 317º 0.75% 0.31% -
XYZ 4.46 2.56 4.96 -
YUV 42.84 139.38 154.5 -
System Red Green Blue C M Y K H S L
Decimal 80 20 63 0 0.75 0.21 0.69 317 0.6 0.2
Hex 50 14 3F 0 4B 15 45 13D 3C 14
Octal 120 24 77 0 113 25 105 475 74 24
Binary 1010000 10100 111111 0 1001011 10101 1000101 100111101 111100 10100

Color Harmonies of #50143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50143F

Black with #50143F

Text Example


Text Example

White with #50143F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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