Html Css Color HEX #50112D Blackberry

📋 copy color: '#50112D'

red 80 ◦ green 17 ◦ blue 45

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

Shades of Blackberry #50112D

Tints of Blackberry #50112D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.97%

 BLUE value IS 45 (17.97% from 255) = 31.69%

R = 56.34%
G = 11.97%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#50112D (or 0x50112D) is known color: Blackberry. HEX triplet: 50, 11 and 2D. RGB value is (80,17,45). Sum of RGB (Red+Green+Blue) = 80+17+45=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #50112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50112D is #AFEED2. Grayscale: #262626. Windows color (decimal): -11529939 or 2953552. OLE color: 2953552.

HSL color Cylindrical-coordinate representation of color #50112D: hue angle of 333.33º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50112D is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 17 45 -
CMYK 0 0.79 0.44 0.69
HSL 333.33º 0.65% 0.19% -
HSV(B) 333.33º 0.79% 0.31% -
XYZ 3.98 2.3 2.72 -
YUV 39.03 131.37 157.22 -
System Red Green Blue C M Y K H S L
Decimal 80 17 45 0 0.79 0.44 0.69 333.33 0.65 0.19
Hex 50 11 2D 0 4F 2C 45 14D 41 13
Octal 120 21 55 0 117 54 105 515 101 23
Binary 1010000 10001 101101 0 1001111 101100 1000101 101001101 1000001 10011

Color Harmonies of #50112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50112D

Black with #50112D

Text Example


Text Example

White with #50112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50112D; }

 p { color: rgb(80,17,45); }

 H1.HeaderClassName
 {
   color: #50112D;
 }
 .AnyTagClassName
 {
   color: #50112D;
 }
</style>

background-color css

<style>
 a { background-color: #50112D; }

 a { background-color: rgb(80,17,45); }

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

border-color css

<style>
 span { border-color: #50112D; }

 span { border-color: rgb(80,17,45); }

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