Html Css Color HEX #501731 Blackberry

📋 copy color: '#501731'

red 80 ◦ green 23 ◦ blue 49

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

Shades of Blackberry #501731

Tints of Blackberry #501731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 32.24%

R = 52.63%
G = 15.13%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#501731 (or 0x501731) is known color: Blackberry. HEX triplet: 50, 17 and 31. RGB value is (80,23,49). Sum of RGB (Red+Green+Blue) = 80+23+49=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #501731 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501731 is #AFE8CE. Grayscale: #2A2A2A. Windows color (decimal): -11528399 or 3217232. OLE color: 3217232.

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

Color convert

RGB 80 23 49 -
CMYK 0 0.71 0.39 0.69
HSL 332.63º 0.55% 0.2% -
HSV(B) 332.63º 0.71% 0.31% -
XYZ 4.17 2.54 3.18 -
YUV 43.01 131.38 154.39 -
System Red Green Blue C M Y K H S L
Decimal 80 23 49 0 0.71 0.39 0.69 332.63 0.55 0.2
Hex 50 17 31 0 47 27 45 14D 37 14
Octal 120 27 61 0 107 47 105 515 67 24
Binary 1010000 10111 110001 0 1000111 100111 1000101 101001101 110111 10100

Color Harmonies of #501731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501731

Black with #501731

Text Example


Text Example

White with #501731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501731; }

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

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

background-color css

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

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

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

border-color css

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

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

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