Html Css Color HEX #501941 Blackberry

📋 copy color: '#501941'

red 80 ◦ green 25 ◦ blue 65

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

Shades of Blackberry #501941

Tints of Blackberry #501941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.71%

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

R = 47.06%
G = 14.71%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#501941 (or 0x501941) is known color: Blackberry. HEX triplet: 50, 19 and 41. RGB value is (80,25,65). Sum of RGB (Red+Green+Blue) = 80+25+65=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #501941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501941 is #AFE6BE. Grayscale: #2D2D2D. Windows color (decimal): -11527871 or 4266320. OLE color: 4266320.

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

Color convert

RGB 80 25 65 -
CMYK 0 0.69 0.19 0.69
HSL 316.36º 0.52% 0.21% -
HSV(B) 316.36º 0.69% 0.31% -
XYZ 4.61 2.78 5.3 -
YUV 46.01 138.72 152.25 -
System Red Green Blue C M Y K H S L
Decimal 80 25 65 0 0.69 0.19 0.69 316.36 0.52 0.21
Hex 50 19 41 0 45 13 45 13C 34 15
Octal 120 31 101 0 105 23 105 474 64 25
Binary 1010000 11001 1000001 0 1000101 10011 1000101 100111100 110100 10101

Color Harmonies of #501941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501941

Black with #501941

Text Example


Text Example

White with #501941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501941; }

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

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

background-color css

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

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

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

border-color css

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

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

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