Html Css Color HEX #501431 Blackberry

📋 copy color: '#501431'

red 80 ◦ green 20 ◦ blue 49

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

Shades of Blackberry #501431

Tints of Blackberry #501431

RGB

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

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

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

R = 53.69%
G = 13.42%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#501431 (or 0x501431) is known color: Blackberry. HEX triplet: 50, 14 and 31. RGB value is (80,20,49). Sum of RGB (Red+Green+Blue) = 80+20+49=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #501431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501431 is #AFEBCE. Grayscale: #292929. Windows color (decimal): -11529167 or 3216464. OLE color: 3216464.

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

Color convert

RGB 80 20 49 -
CMYK 0 0.75 0.39 0.69
HSL 331º 0.6% 0.2% -
HSV(B) 331º 0.75% 0.31% -
XYZ 4.11 2.43 3.16 -
YUV 41.25 132.38 155.64 -
System Red Green Blue C M Y K H S L
Decimal 80 20 49 0 0.75 0.39 0.69 331 0.6 0.2
Hex 50 14 31 0 4B 27 45 14B 3C 14
Octal 120 24 61 0 113 47 105 513 74 24
Binary 1010000 10100 110001 0 1001011 100111 1000101 101001011 111100 10100

Color Harmonies of #501431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501431

Black with #501431

Text Example


Text Example

White with #501431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501431; }

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

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

background-color css

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

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

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

border-color css

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

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

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