Html Css Color HEX #501840 Blackberry

📋 copy color: '#501840'

red 80 ◦ green 24 ◦ blue 64

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

Shades of Blackberry #501840

Tints of Blackberry #501840

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.29%

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

R = 47.62%
G = 14.29%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#501840 (or 0x501840) is known color: Blackberry. HEX triplet: 50, 18 and 40. RGB value is (80,24,64). Sum of RGB (Red+Green+Blue) = 80+24+64=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #501840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501840 is #AFE7BF. Grayscale: #2D2D2D. Windows color (decimal): -11528128 or 4200528. OLE color: 4200528.

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

Color convert

RGB 80 24 64 -
CMYK 0 0.70 0.20 0.69
HSL 317.14º 0.54% 0.2% -
HSV(B) 317.14º 0.7% 0.31% -
XYZ 4.56 2.73 5.14 -
YUV 45.3 138.55 152.75 -
System Red Green Blue C M Y K H S L
Decimal 80 24 64 0 0.70 0.20 0.69 317.14 0.54 0.2
Hex 50 18 40 0 46 14 45 13D 36 14
Octal 120 30 100 0 106 24 105 475 66 24
Binary 1010000 11000 1000000 0 1000110 10100 1000101 100111101 110110 10100

Color Harmonies of #501840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501840

Black with #501840

Text Example


Text Example

White with #501840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501840; }

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

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

background-color css

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

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

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

border-color css

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

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

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