Html Css Color HEX #501641 Blackberry

📋 copy color: '#501641'

red 80 ◦ green 22 ◦ blue 65

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

Shades of Blackberry #501641

Tints of Blackberry #501641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.17%

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

R = 47.9%
G = 13.17%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#501641 (or 0x501641) is known color: Blackberry. HEX triplet: 50, 16 and 41. RGB value is (80,22,65). Sum of RGB (Red+Green+Blue) = 80+22+65=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #501641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501641 is #AFE9BE. Grayscale: #2C2C2C. Windows color (decimal): -11528639 or 4265552. OLE color: 4265552.

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

Color convert

RGB 80 22 65 -
CMYK 0 0.72 0.19 0.69
HSL 315.52º 0.57% 0.2% -
HSV(B) 315.52º 0.73% 0.31% -
XYZ 4.55 2.66 5.27 -
YUV 44.24 139.72 153.5 -
System Red Green Blue C M Y K H S L
Decimal 80 22 65 0 0.72 0.19 0.69 315.52 0.57 0.2
Hex 50 16 41 0 48 13 45 13C 39 14
Octal 120 26 101 0 110 23 105 474 71 24
Binary 1010000 10110 1000001 0 1001000 10011 1000101 100111100 111001 10100

Color Harmonies of #501641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501641

Black with #501641

Text Example


Text Example

White with #501641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501641; }

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

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

background-color css

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

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

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

border-color css

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

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

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