Html Css Color HEX #501540 Blackberry

📋 copy color: '#501540'

red 80 ◦ green 21 ◦ blue 64

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

Shades of Blackberry #501540

Tints of Blackberry #501540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.73%

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

R = 48.48%
G = 12.73%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#501540 (or 0x501540) is known color: Blackberry. HEX triplet: 50, 15 and 40. RGB value is (80,21,64). Sum of RGB (Red+Green+Blue) = 80+21+64=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #501540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501540 is #AFEABF. Grayscale: #2B2B2B. Windows color (decimal): -11528896 or 4199760. OLE color: 4199760.

HSL color Cylindrical-coordinate representation of color #501540: hue angle of 316.27º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501540 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 21 64 -
CMYK 0 0.74 0.20 0.69
HSL 316.27º 0.58% 0.2% -
HSV(B) 316.27º 0.74% 0.31% -
XYZ 4.5 2.61 5.12 -
YUV 43.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 80 21 64 0 0.74 0.20 0.69 316.27 0.58 0.2
Hex 50 15 40 0 4A 14 45 13C 3A 14
Octal 120 25 100 0 112 24 105 474 72 24
Binary 1010000 10101 1000000 0 1001010 10100 1000101 100111100 111010 10100

Color Harmonies of #501540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501540

Black with #501540

Text Example


Text Example

White with #501540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501540; }

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

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

background-color css

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

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

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

border-color css

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

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

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