Html Css Color HEX #501131 Blackberry

📋 copy color: '#501131'

red 80 ◦ green 17 ◦ blue 49

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

Shades of Blackberry #501131

Tints of Blackberry #501131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 33.56%

R = 54.79%
G = 11.64%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#501131 (or 0x501131) is known color: Blackberry. HEX triplet: 50, 11 and 31. RGB value is (80,17,49). Sum of RGB (Red+Green+Blue) = 80+17+49=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #501131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501131 is #AFEECE. Grayscale: #272727. Windows color (decimal): -11529935 or 3215696. OLE color: 3215696.

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

Color convert

RGB 80 17 49 -
CMYK 0 0.79 0.39 0.69
HSL 329.52º 0.65% 0.19% -
HSV(B) 329.52º 0.79% 0.31% -
XYZ 4.06 2.33 3.14 -
YUV 39.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 80 17 49 0 0.79 0.39 0.69 329.52 0.65 0.19
Hex 50 11 31 0 4F 27 45 14A 41 13
Octal 120 21 61 0 117 47 105 512 101 23
Binary 1010000 10001 110001 0 1001111 100111 1000101 101001010 1000001 10011

Color Harmonies of #501131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501131

Black with #501131

Text Example


Text Example

White with #501131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501131; }

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

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

background-color css

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

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

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

border-color css

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

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

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