Html Css Color HEX #501739 Blackberry

📋 copy color: '#501739'

red 80 ◦ green 23 ◦ blue 57

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

Shades of Blackberry #501739

Tints of Blackberry #501739

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.38%

 BLUE value IS 57 (22.66% from 255) = 35.63%

R = 50%
G = 14.38%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#501739 (or 0x501739) is known color: Blackberry. HEX triplet: 50, 17 and 39. RGB value is (80,23,57). Sum of RGB (Red+Green+Blue) = 80+23+57=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #501739 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501739 is #AFE8C6. Grayscale: #2B2B2B. Windows color (decimal): -11528391 or 3741520. OLE color: 3741520.

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

Color convert

RGB 80 23 57 -
CMYK 0 0.71 0.29 0.69
HSL 324.21º 0.55% 0.2% -
HSV(B) 324.21º 0.71% 0.31% -
XYZ 4.35 2.61 4.15 -
YUV 43.92 135.38 153.74 -
System Red Green Blue C M Y K H S L
Decimal 80 23 57 0 0.71 0.29 0.69 324.21 0.55 0.2
Hex 50 17 39 0 47 1D 45 144 37 14
Octal 120 27 71 0 107 35 105 504 67 24
Binary 1010000 10111 111001 0 1000111 11101 1000101 101000100 110111 10100

Color Harmonies of #501739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501739

Black with #501739

Text Example


Text Example

White with #501739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501739; }

 p { color: rgb(80,23,57); }

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

background-color css

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

 a { background-color: rgb(80,23,57); }

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

border-color css

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

 span { border-color: rgb(80,23,57); }

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