Html Css Color HEX #501640 Blackberry

📋 copy color: '#501640'

red 80 ◦ green 22 ◦ blue 64

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

Shades of Blackberry #501640

Tints of Blackberry #501640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 38.55%

R = 48.19%
G = 13.25%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#501640 (or 0x501640) is known color: Blackberry. HEX triplet: 50, 16 and 40. RGB value is (80,22,64). Sum of RGB (Red+Green+Blue) = 80+22+64=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #501640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501640 is #AFE9BF. Grayscale: #2C2C2C. Windows color (decimal): -11528640 or 4200016. OLE color: 4200016.

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

Color convert

RGB 80 22 64 -
CMYK 0 0.72 0.20 0.69
HSL 316.55º 0.57% 0.2% -
HSV(B) 316.55º 0.73% 0.31% -
XYZ 4.52 2.65 5.12 -
YUV 44.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 80 22 64 0 0.72 0.20 0.69 316.55 0.57 0.2
Hex 50 16 40 0 48 14 45 13D 39 14
Octal 120 26 100 0 110 24 105 475 71 24
Binary 1010000 10110 1000000 0 1001000 10100 1000101 100111101 111001 10100

Color Harmonies of #501640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501640

Black with #501640

Text Example


Text Example

White with #501640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501640; }

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

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

background-color css

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

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

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

border-color css

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

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

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