Html Css Color HEX #50112F Blackberry

📋 copy color: '#50112F'

red 80 ◦ green 17 ◦ blue 47

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

Shades of Blackberry #50112F

Tints of Blackberry #50112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 32.64%

R = 55.56%
G = 11.81%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#50112F (or 0x50112F) is known color: Blackberry. HEX triplet: 50, 11 and 2F. RGB value is (80,17,47). Sum of RGB (Red+Green+Blue) = 80+17+47=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #50112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50112F is #AFEED0. Grayscale: #272727. Windows color (decimal): -11529937 or 3084624. OLE color: 3084624.

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

Color convert

RGB 80 17 47 -
CMYK 0 0.79 0.41 0.69
HSL 331.43º 0.65% 0.19% -
HSV(B) 331.43º 0.79% 0.31% -
XYZ 4.02 2.31 2.92 -
YUV 39.26 132.37 157.06 -
System Red Green Blue C M Y K H S L
Decimal 80 17 47 0 0.79 0.41 0.69 331.43 0.65 0.19
Hex 50 11 2F 0 4F 29 45 14B 41 13
Octal 120 21 57 0 117 51 105 513 101 23
Binary 1010000 10001 101111 0 1001111 101001 1000101 101001011 1000001 10011

Color Harmonies of #50112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50112F

Black with #50112F

Text Example


Text Example

White with #50112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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