Html Css Color HEX #501141 Blackberry

📋 copy color: '#501141'

red 80 ◦ green 17 ◦ blue 65

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

Shades of Blackberry #501141

Tints of Blackberry #501141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 40.12%

R = 49.38%
G = 10.49%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#501141 (or 0x501141) is known color: Blackberry. HEX triplet: 50, 11 and 41. RGB value is (80,17,65). Sum of RGB (Red+Green+Blue) = 80+17+65=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #501141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501141 is #AFEEBE. Grayscale: #292929. Windows color (decimal): -11529919 or 4264272. OLE color: 4264272.

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

Color convert

RGB 80 17 65 -
CMYK 0 0.79 0.19 0.69
HSL 314.29º 0.65% 0.19% -
HSV(B) 314.29º 0.79% 0.31% -
XYZ 4.46 2.49 5.25 -
YUV 41.31 141.37 155.6 -
System Red Green Blue C M Y K H S L
Decimal 80 17 65 0 0.79 0.19 0.69 314.29 0.65 0.19
Hex 50 11 41 0 4F 13 45 13A 41 13
Octal 120 21 101 0 117 23 105 472 101 23
Binary 1010000 10001 1000001 0 1001111 10011 1000101 100111010 1000001 10011

Color Harmonies of #501141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501141

Black with #501141

Text Example


Text Example

White with #501141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501141; }

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

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

background-color css

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

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

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

border-color css

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

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

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