Html Css Color HEX #50143E Blackberry

📋 copy color: '#50143E'

red 80 ◦ green 20 ◦ blue 62

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

Shades of Blackberry #50143E

Tints of Blackberry #50143E

RGB

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

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

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

R = 49.38%
G = 12.35%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#50143E (or 0x50143E) is known color: Blackberry. HEX triplet: 50, 14 and 3E. RGB value is (80,20,62). Sum of RGB (Red+Green+Blue) = 80+20+62=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #50143E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50143E is #AFEBC1. Grayscale: #2A2A2A. Windows color (decimal): -11529154 or 4068432. OLE color: 4068432.

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

Color convert

RGB 80 20 62 -
CMYK 0 0.75 0.22 0.69
HSL 318º 0.6% 0.2% -
HSV(B) 318º 0.75% 0.31% -
XYZ 4.43 2.55 4.82 -
YUV 42.73 138.88 154.58 -
System Red Green Blue C M Y K H S L
Decimal 80 20 62 0 0.75 0.22 0.69 318 0.6 0.2
Hex 50 14 3E 0 4B 16 45 13E 3C 14
Octal 120 24 76 0 113 26 105 476 74 24
Binary 1010000 10100 111110 0 1001011 10110 1000101 100111110 111100 10100

Color Harmonies of #50143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50143E

Black with #50143E

Text Example


Text Example

White with #50143E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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