Html Css Color HEX #501340 Blackberry

📋 copy color: '#501340'

red 80 ◦ green 19 ◦ blue 64

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

Shades of Blackberry #501340

Tints of Blackberry #501340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.66%

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

R = 49.08%
G = 11.66%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#501340 (or 0x501340) is known color: Blackberry. HEX triplet: 50, 13 and 40. RGB value is (80,19,64). Sum of RGB (Red+Green+Blue) = 80+19+64=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #501340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501340 is #AFECBF. Grayscale: #2A2A2A. Windows color (decimal): -11529408 or 4199248. OLE color: 4199248.

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

Color convert

RGB 80 19 64 -
CMYK 0 0.76 0.20 0.69
HSL 315.74º 0.62% 0.19% -
HSV(B) 315.74º 0.76% 0.31% -
XYZ 4.47 2.54 5.11 -
YUV 42.37 140.21 154.84 -
System Red Green Blue C M Y K H S L
Decimal 80 19 64 0 0.76 0.20 0.69 315.74 0.62 0.19
Hex 50 13 40 0 4C 14 45 13C 3E 13
Octal 120 23 100 0 114 24 105 474 76 23
Binary 1010000 10011 1000000 0 1001100 10100 1000101 100111100 111110 10011

Color Harmonies of #501340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501340

Black with #501340

Text Example


Text Example

White with #501340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501340; }

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

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

background-color css

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

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

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

border-color css

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

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

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