Html Css Color HEX #50142C Blackberry

📋 copy color: '#50142C'

red 80 ◦ green 20 ◦ blue 44

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

Shades of Blackberry #50142C

Tints of Blackberry #50142C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 30.56%

R = 55.56%
G = 13.89%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#50142C (or 0x50142C) is known color: Blackberry. HEX triplet: 50, 14 and 2C. RGB value is (80,20,44). Sum of RGB (Red+Green+Blue) = 80+20+44=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #50142C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50142C is #AFEBD3. Grayscale: #282828. Windows color (decimal): -11529172 or 2888784. OLE color: 2888784.

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

Color convert

RGB 80 20 44 -
CMYK 0 0.75 0.45 0.69
HSL 336º 0.6% 0.2% -
HSV(B) 336º 0.75% 0.31% -
XYZ 4.01 2.39 2.63 -
YUV 40.68 129.88 156.05 -
System Red Green Blue C M Y K H S L
Decimal 80 20 44 0 0.75 0.45 0.69 336 0.6 0.2
Hex 50 14 2C 0 4B 2D 45 150 3C 14
Octal 120 24 54 0 113 55 105 520 74 24
Binary 1010000 10100 101100 0 1001011 101101 1000101 101010000 111100 10100

Color Harmonies of #50142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50142C

Black with #50142C

Text Example


Text Example

White with #50142C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50142C; }

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

 H1.HeaderClassName
 {
   color: #50142C;
 }
 .AnyTagClassName
 {
   color: #50142C;
 }
</style>

background-color css

<style>
 a { background-color: #50142C; }

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

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

border-color css

<style>
 span { border-color: #50142C; }

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

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